| Package | Description |
|---|---|
| org.forgerock.openam.shared.security.crypto |
This package contains security cryptographic utilities for use throughout the OpenAM codebase.
|
| 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.withKeyStoreType(KeyStoreType type)
Specifies the type of keystore to load.
|
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 © 2010–2023 Open Identity Platform Community. All rights reserved.