CertificateDetails Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. CertificateDetails
- com.
Implements
public final class CertificateDetails
implements JsonSerializable<CertificateDetails>
SSL certificate details.
Constructor Summary
Constructor | Description |
---|---|
CertificateDetails() |
Creates an instance of Certificate |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Certificate |
fromJson(JsonReader jsonReader)
Reads an instance of Certificate |
String |
issuer()
Get the issuer property: Certificate Issuer. |
Offset |
notAfter()
Get the not |
Offset |
notBefore()
Get the not |
String |
rawData()
Get the raw |
String |
serialNumber()
Get the serial |
String |
signatureAlgorithm()
Get the signature |
String |
subject()
Get the subject property: Certificate Subject. |
String |
thumbprint()
Get the thumbprint property: Certificate Thumbprint. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Integer |
version()
Get the version property: Certificate Version. |
Methods inherited from java.lang.Object
Constructor Details
CertificateDetails
public CertificateDetails()
Creates an instance of CertificateDetails class.
Method Details
fromJson
public static CertificateDetails fromJson(JsonReader jsonReader)
Reads an instance of CertificateDetails from the JsonReader.
Parameters:
Returns:
Throws:
issuer
public String issuer()
Get the issuer property: Certificate Issuer.
Returns:
notAfter
public OffsetDateTime notAfter()
Get the notAfter property: Date Certificate is valid to.
Returns:
notBefore
public OffsetDateTime notBefore()
Get the notBefore property: Date Certificate is valid from.
Returns:
rawData
public String rawData()
Get the rawData property: Raw certificate data.
Returns:
serialNumber
public String serialNumber()
Get the serialNumber property: Certificate Serial Number.
Returns:
signatureAlgorithm
public String signatureAlgorithm()
Get the signatureAlgorithm property: Certificate Signature algorithm.
Returns:
subject
public String subject()
Get the subject property: Certificate Subject.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: Certificate Thumbprint.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public Integer version()
Get the version property: Certificate Version.
Returns:
Applies to
Azure SDK for Java