public class JsonCryptoTransformer extends Object
Constructor and Description |
---|
JsonCryptoTransformer(JsonDecryptor decryptor)
Constructs a transformer to apply a decryptor.
|
public JsonCryptoTransformer(JsonDecryptor decryptor)
decryptor
- the decryptor to apply to JSON values.NullPointerException
- if decryptor
is null
.public void transform(JsonValue value) throws JsonException
JsonException
Copyright © 2025 Open Identity Platform Community. All rights reserved.