public class CertificateBundle extends CertificateBundle
| Constructor and Description |
|---|
CertificateBundle() |
| Modifier and Type | Method and Description |
|---|---|
CertificateAttributes |
attributes()
Get the attributes value.
|
byte[] |
cer()
Get the cer value.
|
String |
contentType()
Get the contentType value.
|
String |
id()
Get the id value.
|
String |
kid()
Get the kid value.
|
CertificatePolicy |
policy()
Get the policy value.
|
String |
sid()
Get the sid value.
|
Map<String,String> |
tags()
Get the tags value.
|
CertificateBundle |
withAttributes(CertificateAttributes attributes)
Set the attributes value.
|
CertificateBundle |
withCer(byte[] cer)
Set the cer value.
|
CertificateBundle |
withContentType(String contentType)
Set the contentType value.
|
CertificateBundle |
withTags(Map<String,String> tags)
Set the tags value.
|
byte[] |
x509Thumbprint()
Get the x509Thumbprint value.
|
certificateIdentifier, keyIdentifier, secretIdentifier, toStringpublic String id()
id in class CertificateBundlepublic String kid()
kid in class CertificateBundlepublic String sid()
sid in class CertificateBundlepublic byte[] x509Thumbprint()
public CertificatePolicy policy()
public byte[] cer()
public CertificateBundle withCer(byte[] cer)
cer - the cer value to setpublic String contentType()
public CertificateBundle withContentType(String contentType)
contentType - the contentType value to setpublic CertificateAttributes attributes()
public CertificateBundle withAttributes(CertificateAttributes attributes)
attributes - the attributes value to setpublic CertificateBundle withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/