Class CertificateRestResponseV2


  • @Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
               date="2024-02-27T11:17:53.164838525Z[GMT]")
    public class CertificateRestResponseV2
    extends Object
    CertificateRestResponseV2
    • Method Detail

      • getFingerprint

        @Nullable
        public String getFingerprint()
        Certificate fingerprint
        Returns:
        fingerprint
      • getcAFingerprint

        @Nullable
        public String getcAFingerprint()
        Certificate Authority fingerprint
        Returns:
        cAFingerprint
      • getCertificateProfileId

        @Nullable
        public Integer getCertificateProfileId()
        Certificate Profile Identifier
        Returns:
        certificateProfileId
      • getEndEntityProfileId

        @Nullable
        public Integer getEndEntityProfileId()
        End Entity Profile Identifier
        Returns:
        endEntityProfileId
      • getCertificateProfile

        @Nullable
        public String getCertificateProfile()
        Certificate Profile Name
        Returns:
        certificateProfile
      • getEndEntityProfile

        @Nullable
        public String getEndEntityProfile()
        End Entity Profile Name
        Returns:
        endEntityProfile
      • getExpireDate

        @Nullable
        public Long getExpireDate()
        Date after which certificate should be considered expired
        Returns:
        expireDate
      • getInvalidityDate

        @Nullable
        public Long getInvalidityDate()
      • getIssuerDN

        @Nullable
        public String getIssuerDN()
        Issuer Distinguished Name
        Returns:
        issuerDN
      • getNotBefore

        @Nullable
        public Long getNotBefore()
        Date at which certificate became valid
        Returns:
        notBefore
      • getRevocationDate

        @Nullable
        public Long getRevocationDate()
        Revocation date
        Returns:
        revocationDate
      • getRevocationReason

        @Nullable
        public Integer getRevocationReason()
        Revocation reson
        Returns:
        revocationReason
      • getSerialNumber

        @Nullable
        public String getSerialNumber()
        Hex Serial Number
        Returns:
        serialNumber
      • getStatus

        @Nullable
        public Integer getStatus()
        Certificate status
        Returns:
        status
      • getSubjectAltName

        @Nullable
        public String getSubjectAltName()
        Subject Alternative Name (SAN)
        Returns:
        subjectAltName
      • getSubjectDN

        @Nullable
        public String getSubjectDN()
        Subject Distinguished Name
        Returns:
        subjectDN
      • getSubjectKeyId

        @Nullable
        public String getSubjectKeyId()
        Subject Key Identifier
        Returns:
        subjectKeyId
      • getTag

        @Nullable
        public String getTag()
        Get tag
        Returns:
        tag
      • getType

        @Nullable
        public Integer getType()
        Get type
        Returns:
        type
      • getUdpateTime

        @Nullable
        public Long getUdpateTime()
        Update time
        Returns:
        udpateTime
      • getUsername

        @Nullable
        public String getUsername()
        Username
        Returns:
        username
      • getBase64Cert

        @Nullable
        public String getBase64Cert()
        Base64 encoded certificate
        Returns:
        base64Cert
      • getCertificateRequest

        @Nullable
        public String getCertificateRequest()
        Certificate request
        Returns:
        certificateRequest
      • getCrlPartitionIndex

        @Nullable
        public Integer getCrlPartitionIndex()
        CRL partition index
        Returns:
        crlPartitionIndex
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to CertificateRestResponseV2