Class CertificateData
java.lang.Object
de.xima.fc.certificate.mgmt.event.CertificateData
- All Implemented Interfaces:
Serializable
Model class representing the base data of a certificate.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateData(Long certificateId, String certificateSerialNumber, Long keyStoreId, KeyStoreScope keyStoreScope, X501DistinguishedName subject) Creates a newCertificateDatainstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the ID of the certificate.Gets the serial number of the certificate as a string.Gets the ID of the keystore the certificate belongs to.Gets the scope of the keystore the certificate belongs to.Gets the X.501 distinguished name of the certificate.inthashCode()toString()
-
Constructor Details
-
CertificateData
public CertificateData(Long certificateId, String certificateSerialNumber, Long keyStoreId, KeyStoreScope keyStoreScope, X501DistinguishedName subject) Creates a newCertificateDatainstance.- Parameters:
certificateId- Gets the ID of the certificate.certificateSerialNumber- Gets the serial number of the certificate as a string.keyStoreId- Gets the ID of the keystore the certificate belongs to.keyStoreScope- Gets the scope of the keystore the certificate belongs to.subject- Gets the X.501 distinguished name of the certificate.
-
-
Method Details
-
getCertificateId
Gets the ID of the certificate. -
getCertificateSerialNumber
Gets the serial number of the certificate as a string. -
getKeyStoreId
Gets the ID of the keystore the certificate belongs to. -
getKeyStoreScope
Gets the scope of the keystore the certificate belongs to. -
getSubject
Gets the X.501 distinguished name of the certificate. -
equals
-
hashCode
-
toString
-