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 CertificateIdentifier
certificateIdentifier()
The certificate identifier.String
id()
Get the id value.KeyIdentifier
keyIdentifier()
The key identifier.String
kid()
Get the kid value.SecretIdentifier
secretIdentifier()
The secret identifier.String
sid()
Get the sid value.String
toString()
-
-
-
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
-
-