Package com.mypurecloud.sdk.v2.model
Class CertificateDetails
java.lang.Object
com.mypurecloud.sdk.v2.model.CertificateDetails
- All Implemented Interfaces:
Serializable
Represents the details of a parsed certificate.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexpirationDate(Date expirationDate) The expiration date of the certificate.True if the certificate is expired, false otherwise.getValid()inthashCode()The issue date of the certificate.Information about the issuer of the certificate.voidsetExpirationDate(Date expirationDate) voidsetExpired(Boolean expired) voidsetIssueDate(Date issueDate) voidvoidsetSignatureValid(Boolean signatureValid) voidsetSubject(String subject) voidsignatureValid(Boolean signatureValid) Information about the subject of the certificate.toString()
-
Constructor Details
-
CertificateDetails
public CertificateDetails() -
CertificateDetails
-
-
Method Details
-
issuer
Information about the issuer of the certificate. The value of this property is a comma separated key=value format. Each key is one of the attribute names supported by X.500. -
getIssuer
-
setIssuer
-
subject
Information about the subject of the certificate. The value of this property is a comma separated key=value format. Each key is one of the attribute names supported by X.500. -
getSubject
-
setSubject
-
expirationDate
The expiration date of the certificate. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getExpirationDate
-
setExpirationDate
-
issueDate
The issue date of the certificate. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getIssueDate
-
setIssueDate
-
expired
True if the certificate is expired, false otherwise. -
getExpired
-
setExpired
-
valid
-
getValid
-
setValid
-
signatureValid
-
getSignatureValid
-
setSignatureValid
-
equals
-
hashCode
public int hashCode() -
toString
-