Class KeyStoreBasedProtectorBuilder
java.lang.Object
com.evolveum.midpoint.prism.crypto.KeyStoreBasedProtectorBuilder
Builder for KeyStoreBasedProtector implementation.
- 
Method SummaryModifier 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- 
createpublic static KeyStoreBasedProtectorBuilder create(@NotNull @NotNull ProtectorCreator protectorCreator) 
- 
keyStorePath
- 
keyStorePassword
- 
encryptionKeyAlias
- 
requestedJceProviderName
- 
encryptionAlgorithm
- 
fixedSalt
- 
digestAlgorithm
- 
trustManagers
- 
getKeyStorePath
- 
getKeyStorePassword
- 
getEncryptionKeyAlias
- 
getRequestedJceProviderName
- 
getEncryptionAlgorithm
- 
getFixedSalt
- 
getDigestAlgorithm
- 
getTrustManagers
- 
initialize
- 
buildOnlyCreates the protector without actually initializing it.
 
-