public class JsonEncryptFunction extends Object implements Function<JsonValue,JsonValue,JsonCryptoException>
| Constructor and Description |
|---|
JsonEncryptFunction(JsonEncryptor encryptor) |
| Modifier and Type | Method and Description |
|---|---|
JsonValue |
apply(JsonValue value)
Applies this function to the input parameter
value and returns
the result. |
public JsonEncryptFunction(JsonEncryptor encryptor)
public JsonValue apply(JsonValue value) throws JsonCryptoException
Functionvalue and returns
the result.apply in interface Function<JsonValue,JsonValue,JsonCryptoException>value - The input parameter.value.JsonCryptoExceptionCopyright © 2025 Open Identity Platform Community. All rights reserved.