Uses of Class
com.norconex.commons.lang.security.KeyStoreBuilder
Packages that use KeyStoreBuilder
-
Uses of KeyStoreBuilder in com.norconex.commons.lang.security
Methods in com.norconex.commons.lang.security that return KeyStoreBuilderModifier and TypeMethodDescriptionstatic KeyStoreBuilderKeyStoreBuilder.empty()A builder for an empty key store.static KeyStoreBuilderA builder for a key store initialized from a key store file.static KeyStoreBuilderKeyStoreBuilder.fromJavaHome()A builder for a key store initialized from{JAVA_HOME}/lib/security/cacerts.KeyStoreBuilder.setPassword(String password) Sets the key store password.KeyStoreBuilder.setPasswordKey(EncryptionKey passwordKey) Sets the password encryption key.KeyStoreBuilder.setProvider(String provider) Sets the security provider name.Sets the key store type.