Class KeyStoreKeyEntry
java.lang.Object
de.xima.fc.certificate.ms.impl.util.KeyStoreEntry
de.xima.fc.certificate.ms.impl.util.KeyStoreKeyEntry
Represents a key entry in a keystore, which contains a private key and a certificate chain.
- Since:
- 13.03.25
- Author:
- tobias
-
Constructor Summary
ConstructorsConstructorDescriptionKeyStoreKeyEntry(String alias, PrivateKey privateKey, List<X509Certificate> certChain) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class KeyStoreEntry
getAlias, toString
-
Constructor Details
-
KeyStoreKeyEntry
-
-
Method Details
-
getPrivateKey
-
getCertChain
-