Class JsonDecryptFunction

java.lang.Object
org.forgerock.json.JsonValueTraverseFunction
org.forgerock.json.crypto.JsonDecryptFunction
All Implemented Interfaces:
Function<JsonValue,JsonValue,JsonValueException>

public class JsonDecryptFunction extends JsonValueTraverseFunction
Create a new JsonValue by applying a decryptor.
  • Constructor Details

    • JsonDecryptFunction

      public JsonDecryptFunction(JsonDecryptor decryptor)
      Constructs a function to apply a decryptor.
      Parameters:
      decryptor - the decryptor to apply to JSON values.
      Throws:
      NullPointerException - if decryptor is null.
  • Method Details