Package | Description |
---|---|
org.forgerock.security.keystore |
This package contains classes that load, initialize, and access a managed keystore.
|
Modifier and Type | Method and Description |
---|---|
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(KeyStoreType type)
Deprecated.
Use withKeyStoreType(String) instead.
Use of the KeyStoreType enum is deprecated as it restricts the keystore type to those specified in the
enum. Library consumers may want to specify the keystore type at runtime.
|
KeyStoreBuilder |
KeyStoreBuilder.withKeyStoreType(String type)
Specifies the type of keystore to load.
|
KeyStoreBuilder |
KeyStoreBuilder.withLoadStoreParameter(KeyStore.LoadStoreParameter loadStoreParameter)
Specifies the
KeyStore.LoadStoreParameter to use to load the KeyStore . |
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(Provider provider)
Specifies the security provider to use for the keystore.
|
KeyStoreBuilder |
KeyStoreBuilder.withProvider(String providerName)
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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.