Class CertificateRestResponseV2
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.ejbca.CertificateRestResponseV2
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-02-27T11:17:53.164838525Z[GMT]") public class CertificateRestResponseV2 extends ObjectCertificateRestResponseV2
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCertificateRestResponseV2.RevocationReasonEnumRevocation reason
-
Constructor Summary
Constructors Constructor Description CertificateRestResponseV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<byte[]>getBase64Cert()Base64 encoded certificateStringgetCAfingerprint()Certificate Authority fingerprintStringgetCertificateProfile()Certificate Profile NameIntegergetCertificateProfileId()Certificate Profile IdentifierStringgetCertificateRequest()Certificate requestIntegergetCrlPartitionIndex()CRL partition indexStringgetEndEntityProfile()End Entity Profile NameIntegergetEndEntityProfileId()End Entity Profile IdentifierLonggetExpireDate()Date after which certificate should be considered expiredStringgetFingerprint()Certificate fingerprintLonggetInvalidityDate()Invalidity dateStringgetIssuerDn()Issuer Distinguished NameLonggetNotBefore()Date at which certificate became validLonggetRevocationDate()Revocation dateCertificateRestResponseV2.RevocationReasonEnumgetRevocationReason()Revocation reasonStringgetSerialNumber()Hex Serial NumberIntegergetStatus()Certificate statusStringgetSubjectAltName()Subject Alternative Name (SAN)StringgetSubjectDn()Subject Distinguished NameStringgetSubjectKeyId()Subject Key IdentifierStringgetTag()Get tagIntegergetType()Get typeLonggetUdpateTime()Update timeStringgetUsername()UsernameinthashCode()CertificateRestResponseV2invalidityDate(Long invalidityDate)voidsetInvalidityDate(Long invalidityDate)StringtoString()
-
-
-
Method Detail
-
getFingerprint
public String getFingerprint()
Certificate fingerprint- Returns:
- fingerprint
-
getCAfingerprint
public String getCAfingerprint()
Certificate Authority fingerprint- Returns:
- cAfingerprint
-
getCertificateProfileId
public Integer getCertificateProfileId()
Certificate Profile Identifier- Returns:
- certificateProfileId
-
getEndEntityProfileId
public Integer getEndEntityProfileId()
End Entity Profile Identifier- Returns:
- endEntityProfileId
-
getExpireDate
public Long getExpireDate()
Date after which certificate should be considered expired- Returns:
- expireDate
-
getIssuerDn
public String getIssuerDn()
Issuer Distinguished Name- Returns:
- issuerDn
-
getNotBefore
public Long getNotBefore()
Date at which certificate became valid- Returns:
- notBefore
-
getRevocationDate
public Long getRevocationDate()
Revocation date- Returns:
- revocationDate
-
getRevocationReason
public CertificateRestResponseV2.RevocationReasonEnum getRevocationReason()
Revocation reason- Returns:
- revocationReason
-
getSerialNumber
public String getSerialNumber()
Hex Serial Number- Returns:
- serialNumber
-
getStatus
public Integer getStatus()
Certificate status- Returns:
- status
-
getSubjectAltName
public String getSubjectAltName()
Subject Alternative Name (SAN)- Returns:
- subjectAltName
-
getSubjectDn
public String getSubjectDn()
Subject Distinguished Name- Returns:
- subjectDn
-
getSubjectKeyId
public String getSubjectKeyId()
Subject Key Identifier- Returns:
- subjectKeyId
-
getTag
public String getTag()
Get tag- Returns:
- tag
-
getType
public Integer getType()
Get type- Returns:
- type
-
getUdpateTime
public Long getUdpateTime()
Update time- Returns:
- udpateTime
-
getUsername
public String getUsername()
Username- Returns:
- username
-
getBase64Cert
public List<byte[]> getBase64Cert()
Base64 encoded certificate- Returns:
- base64Cert
-
getCertificateRequest
public String getCertificateRequest()
Certificate request- Returns:
- certificateRequest
-
getCrlPartitionIndex
public Integer getCrlPartitionIndex()
CRL partition index- Returns:
- crlPartitionIndex
-
invalidityDate
public CertificateRestResponseV2 invalidityDate(Long invalidityDate)
-
getInvalidityDate
public Long getInvalidityDate()
Invalidity date- Returns:
- invalidityDate
-
setInvalidityDate
public void setInvalidityDate(Long invalidityDate)
-
getCertificateProfile
public String getCertificateProfile()
Certificate Profile Name- Returns:
- certificateProfile
-
getEndEntityProfile
public String getEndEntityProfile()
End Entity Profile Name- Returns:
- endEntityProfile
-
-