Class CertificateBundle
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.custom.CertificateBundle
-
- Direct Known Subclasses:
CertificateBundle
public class CertificateBundle extends Object
A certificate bundle consists of a certificate (X509) plus its attributes.
-
-
Constructor Summary
Constructors Constructor Description CertificateBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateIdentifiercertificateIdentifier()The certificate identifier.Stringid()Get the id value.KeyIdentifierkeyIdentifier()The key identifier.Stringkid()Get the kid value.SecretIdentifiersecretIdentifier()The secret identifier.Stringsid()Get the sid value.StringtoString()
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
kid
public String kid()
Get the kid value.- Returns:
- the kid value
-
sid
public String sid()
Get the sid value.- Returns:
- the sid value
-
certificateIdentifier
public CertificateIdentifier certificateIdentifier()
The certificate identifier.- Returns:
- certificate identifier
-
secretIdentifier
public SecretIdentifier secretIdentifier()
The secret identifier.- Returns:
- secret identifier
-
keyIdentifier
public KeyIdentifier keyIdentifier()
The key identifier.- Returns:
- key identifier
-
-