public class CertificateBundle extends Object
| Constructor and Description |
|---|
CertificateBundle() |
| Modifier and Type | Method and Description |
|---|---|
CertificateAttributes |
attributes()
Get the attributes value.
|
byte[] |
cer()
Get the cer value.
|
CertificateIdentifier |
certificateIdentifier()
The certificate identifier.
|
String |
contentType()
Get the contentType value.
|
String |
id()
Get the id value.
|
KeyIdentifier |
keyIdentifier()
The key identifier.
|
String |
kid()
Get the kid value.
|
CertificatePolicy |
policy()
Get the policy value.
|
SecretIdentifier |
secretIdentifier()
The secret identifier.
|
String |
sid()
Get the sid value.
|
Map<String,String> |
tags()
Get the tags value.
|
String |
toString() |
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.
|
public String id()
public String kid()
public String sid()
public 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 setpublic CertificateIdentifier certificateIdentifier()
public SecretIdentifier secretIdentifier()
public KeyIdentifier keyIdentifier()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/