Class CertificateDetails
java.lang.Object
de.xima.fc.certificate.mgmt.io.CertificateDetails
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateDetails(boolean alreadyInSystem, boolean updateableByMeansOfCsrProcedure, Long keyStoreIdOfCsrSourceCertificate, X509CertificateDetails details) Creates a newCertificateDetailsinstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanInformation about the X.509 certificate associated with this entry.The ID of the keystore that holds the source certificate for the CSR procedure, if applicable.inthashCode()booleanIndicates whether the certificate is already present in the system.booleanIndicates whether the certificate can be updated by means of a finished Certificate Signing Request (CSR) procedure.toString()
-
Constructor Details
-
CertificateDetails
public CertificateDetails(boolean alreadyInSystem, boolean updateableByMeansOfCsrProcedure, Long keyStoreIdOfCsrSourceCertificate, X509CertificateDetails details) Creates a newCertificateDetailsinstance.- Parameters:
alreadyInSystem- Indicates whether the certificate is already present in the system. This is used to determine if the certificate can be imported.updateableByMeansOfCsrProcedure- Indicates whether the certificate can be updated by means of a finished Certificate Signing Request (CSR) procedure.keyStoreIdOfCsrSourceCertificate- The ID of the keystore that holds the source certificate for the CSR procedure, if applicable. This is only relevant when the certificate can beupdated via a CSR procedure.details- Information about the X.509 certificate associated with this entry. This includes details such as the subject name, fingerprint, and usage information of the certificate.
-
-
Method Details
-
isAlreadyInSystem
public boolean isAlreadyInSystem()Indicates whether the certificate is already present in the system. This is used to determine if the certificate can be imported. -
isUpdateableByMeansOfCsrProcedure
public boolean isUpdateableByMeansOfCsrProcedure()Indicates whether the certificate can be updated by means of a finished Certificate Signing Request (CSR) procedure. -
getKeyStoreIdOfCsrSourceCertificate
The ID of the keystore that holds the source certificate for the CSR procedure, if applicable. This is only relevant when the certificate can beupdated via a CSR procedure. -
getDetails
Information about the X.509 certificate associated with this entry. This includes details such as the subject name, fingerprint, and usage information of the certificate. -
equals
-
hashCode
-
toString
-