KeyStoreBuilder |
KeyStoreBuilder.withInputStream(InputStream inputStream) |
Specifies the input stream to load the keystore from.
|
KeyStoreBuilder |
KeyStoreBuilder.withKeyStoreFile(File keyStoreFile) |
Specifies the file to load the keystore from.
|
KeyStoreBuilder |
KeyStoreBuilder.withKeyStoreFile(String keyStoreFile) |
Specifies the file to load the keystore from.
|
KeyStoreBuilder |
KeyStoreBuilder.withKeyStoreType(String type) |
Specifies the type of keystore to load.
|
KeyStoreBuilder |
KeyStoreBuilder.withKeyStoreType(KeyStoreType type) |
Deprecated.
|
KeyStoreBuilder |
KeyStoreBuilder.withLoadStoreParameter(KeyStore.LoadStoreParameter loadStoreParameter) |
|
KeyStoreBuilder |
KeyStoreBuilder.withPassword(char[] password) |
Specifies the password to unlock the keystore.
|
KeyStoreBuilder |
KeyStoreBuilder.withPassword(String password) |
Specifies the password to unlock the keystore.
|
KeyStoreBuilder |
KeyStoreBuilder.withProvider(String providerName) |
Specifies the security provider to use for the keystore.
|
KeyStoreBuilder |
KeyStoreBuilder.withProvider(Provider provider) |
Specifies the security provider to use for the keystore.
|
KeyStoreBuilder |
KeyStoreBuilder.withProviderArgument(String arg) |
Specifies the argument to the Java Keystore Provider.
|
KeyStoreBuilder |
KeyStoreBuilder.withProviderClass(String className) |
Specifies the java class name of a keystore provider.
|
KeyStoreBuilder |
KeyStoreBuilder.withProviderClass(String className,
ClassLoader classLoader) |
Specifies the java class name of a keystore provider.
|