CertificateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. models. CertificateProperties
- com.
public final class CertificateProperties
The description of an X509 CA Certificate.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CertificateProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| byte[] |
certificate()
Get the certificate property: base-64 representation of X509 certificate .cer file or just .pem file content. |
|
Offset |
created()
Get the created property: The certificate's creation date and time. |
|
Offset |
expiry()
Get the expiry property: The certificate's expiration date and time. |
| Boolean |
isVerified()
Get the is |
| String |
subject()
Get the subject property: The certificate's subject name. |
| String |
thumbprint()
Get the thumbprint property: The certificate's thumbprint. |
|
Offset |
updated()
Get the updated property: The certificate's last update date and time. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
CertificateProperties
public CertificateProperties()
Method Details
certificate
public byte[] certificate()
Get the certificate property: base-64 representation of X509 certificate .cer file or just .pem file content.
Returns:
created
public OffsetDateTime created()
Get the created property: The certificate's creation date and time.
Returns:
expiry
public OffsetDateTime expiry()
Get the expiry property: The certificate's expiration date and time.
Returns:
isVerified
public Boolean isVerified()
Get the isVerified property: Determines whether certificate has been verified.
Returns:
subject
public String subject()
Get the subject property: The certificate's subject name.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: The certificate's thumbprint.
Returns:
updated
public OffsetDateTime updated()
Get the updated property: The certificate's last update date and time.
Returns:
validate
public void validate()
Validates the instance.