Class KeyStoreEntryDetails
java.lang.Object
de.xima.fc.certificate.mgmt.io.KeyStoreEntryDetails
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeyStoreEntryDetails(String alias, ECryptoElementType cryptoElementType, CertificateDetails certificateDetails) Creates a newKeyStoreEntryDetailsinstance. -
Method Summary
-
Constructor Details
-
KeyStoreEntryDetails
public KeyStoreEntryDetails(String alias, ECryptoElementType cryptoElementType, CertificateDetails certificateDetails) Creates a newKeyStoreEntryDetailsinstance.- Parameters:
alias- The alias of the keystore entry. This is a unique identifier for the entry within the keystore.cryptoElementType- The type of cryptographic element. This indicates whether the entry is a private key, a certificate, or another type.certificateDetails- 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. This field is optional and may be null if the entry is not of typeECryptoElementType.CERTIFICATE.- See Also:
-
-
Method Details
-
getAlias
The alias of the keystore entry. This is a unique identifier for the entry within the keystore. -
getCryptoElementType
The type of cryptographic element. This indicates whether the entry is a private key, a certificate, or another type. -
getCertificateDetails
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. This field is optional and may be null if the entry is not of typeECryptoElementType.CERTIFICATE.- See Also:
-
equals
-
hashCode
-
toString
-