Class KeyStoreBasedProtectorBuilder
java.lang.Object
com.evolveum.midpoint.prism.crypto.KeyStoreBasedProtectorBuilder
Builder for KeyStoreBasedProtector implementation.
-
Method Summary
Modifier and TypeMethodDescriptionCreates the protector without actually initializing it.create
(@NotNull ProtectorCreator protectorCreator) digestAlgorithm
(String val) encryptionKeyAlias
(String val) keyStorePassword
(String val) keyStorePath
(String val) trustManagers
(List<TrustManager> val)
-
Method Details
-
create
public static KeyStoreBasedProtectorBuilder create(@NotNull @NotNull ProtectorCreator protectorCreator) -
keyStorePath
-
keyStorePassword
-
encryptionKeyAlias
-
requestedJceProviderName
-
encryptionAlgorithm
-
fixedSalt
-
digestAlgorithm
-
trustManagers
-
getKeyStorePath
-
getKeyStorePassword
-
getEncryptionKeyAlias
-
getRequestedJceProviderName
-
getEncryptionAlgorithm
-
getFixedSalt
-
getDigestAlgorithm
-
getTrustManagers
-
initialize
-
buildOnly
Creates the protector without actually initializing it.
-