Package | Description |
---|---|
org.forgerock.json.crypto | |
org.forgerock.json.crypto.simple |
Modifier and Type | Method and Description |
---|---|
JsonValue |
JsonEncryptFunction.apply(JsonValue value) |
JsonValue |
JsonDecryptor.decrypt(JsonValue value)
Decrypts the specified value.
|
JsonValue |
JsonEncryptor.encrypt(JsonValue value)
Encrypts the specified value.
|
Modifier and Type | Method and Description |
---|---|
JsonValue |
SimpleDecryptor.decrypt(JsonValue value) |
JsonValue |
SimpleEncryptor.encrypt(JsonValue value) |
Key |
SimpleKeyStoreSelector.select(String key) |
Key |
SimpleKeySelector.select(String key)
Selects a key for the specified key alias.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.