Package | Description |
---|---|
org.forgerock.security.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)
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.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.