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
Function
value
and returns
the result.apply
in interface Function<JsonValue,JsonValue,JsonCryptoException>
value
- The input parameter.value
.JsonCryptoException
Copyright © 2025 Open Identity Platform Community. All rights reserved.