Class CertificateDetails
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.CertificateDetails
-
public final class CertificateDetails extends Object
SSL certificate details.
-
-
Constructor Summary
Constructors Constructor Description CertificateDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringissuer()Get the issuer property: Certificate Issuer.OffsetDateTimenotAfter()Get the notAfter property: Date Certificate is valid to.OffsetDateTimenotBefore()Get the notBefore property: Date Certificate is valid from.StringrawData()Get the rawData property: Raw certificate data.StringserialNumber()Get the serialNumber property: Certificate Serial Number.StringsignatureAlgorithm()Get the signatureAlgorithm property: Certificate Signature algorithm.Stringsubject()Get the subject property: Certificate Subject.Stringthumbprint()Get the thumbprint property: Certificate Thumbprint.voidvalidate()Validates the instance.Integerversion()Get the version property: Certificate Version.
-
-
-
Method Detail
-
version
public Integer version()
Get the version property: Certificate Version.- Returns:
- the version value.
-
serialNumber
public String serialNumber()
Get the serialNumber property: Certificate Serial Number.- Returns:
- the serialNumber value.
-
thumbprint
public String thumbprint()
Get the thumbprint property: Certificate Thumbprint.- Returns:
- the thumbprint value.
-
subject
public String subject()
Get the subject property: Certificate Subject.- Returns:
- the subject value.
-
notBefore
public OffsetDateTime notBefore()
Get the notBefore property: Date Certificate is valid from.- Returns:
- the notBefore value.
-
notAfter
public OffsetDateTime notAfter()
Get the notAfter property: Date Certificate is valid to.- Returns:
- the notAfter value.
-
signatureAlgorithm
public String signatureAlgorithm()
Get the signatureAlgorithm property: Certificate Signature algorithm.- Returns:
- the signatureAlgorithm value.
-
issuer
public String issuer()
Get the issuer property: Certificate Issuer.- Returns:
- the issuer value.
-
rawData
public String rawData()
Get the rawData property: Raw certificate data.- Returns:
- the rawData value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-