Class KeyStoreEntryInfo
java.lang.Object
de.xima.fc.certificate.ms.impl.util.KeyStoreEntryInfo
Represents information about an entry in a keystore. This class is used to encapsulate details such as the alias, the
type of the keystore entry, the certificate fingerprint, and its certificate usage information.
- Since:
- 08.04.25
- Author:
- tobias
-
Constructor Summary
ConstructorsConstructorDescriptionKeyStoreEntryInfo(String alias, ECryptoElementType cryptoElementType, X509Certificate certificate) Creates a newKeyStoreEntryInfoinstance. -
Method Summary
-
Constructor Details
-
KeyStoreEntryInfo
public KeyStoreEntryInfo(String alias, ECryptoElementType cryptoElementType, X509Certificate certificate) Creates a newKeyStoreEntryInfoinstance.- Parameters:
alias- The alias of the keystore entry. This is a unique identifier for the entry within the keystore.cryptoElementType- The type of the keystore entry. This indicates whether the entry is a private key, a certificate, or another type.certificate- The certificate associated with this entry. This field is optional and may be null if the entry is not of typeECryptoElementType.CERTIFICATE.
-
-
Method Details
-
getAlias
The alias of the keystore entry. This is a unique identifier for the entry within the keystore. -
getCryptoElementType
The type of the keystore entry. This indicates whether the entry is a private key, a certificate, or another type. -
getCertificate
The certificate associated with this entry. This field is optional and may be null if the entry is not of typeECryptoElementType.CERTIFICATE. -
equals
-
canEqual
-
hashCode
-
toString
-