Class PersonalCertificateModel
- java.lang.Object
-
- fr.gouv.vitam.security.internal.common.model.CertificateBaseModel
-
- fr.gouv.vitam.security.internal.common.model.PersonalCertificateModel
-
public class PersonalCertificateModel extends CertificateBaseModel
Personal Certificate POJO
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG_HASH
Hash tag-
Fields inherited from class fr.gouv.vitam.security.internal.common.model.CertificateBaseModel
CERTIFICATE_TAG, EXPIRATION_DATE_TAG, ISSUER_DN_TAG, REVOCATION_DATE_TAG, SERIAL_NUMBER, STATUS_TAG, SUBJECT_DN
-
-
Constructor Summary
Constructors Constructor Description PersonalCertificateModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCertificateHash()
void
setCertificateHash(java.lang.String certificateHash)
-
Methods inherited from class fr.gouv.vitam.security.internal.common.model.CertificateBaseModel
getCertificate, getCertificateStatus, getExpirationDate, getId, getIssuerDN, getRevocationDate, getSerialNumber, getSubjectDN, setCertificate, setCertificateStatus, setExpirationDate, setId, setIssuerDN, setRevocationDate, setSerialNumber, setSubjectDN
-
-
-
-
Field Detail
-
TAG_HASH
public static final java.lang.String TAG_HASH
Hash tag- See Also:
- Constant Field Values
-
-