public interface JsonDecryptor
Modifier and Type | Method and Description |
---|---|
JsonValue |
decrypt(JsonValue value)
Decrypts the specified value.
|
String |
getType()
Returns the type of cryptographic representation that this JSON decryptor supports.
|
String getType()
type
property of a JsonCrypto
object.JsonValue decrypt(JsonValue value) throws JsonCryptoException
value
- the JSON value to be decrypted.JsonCryptoException
- if the decryptor fails to decrypt the value.Copyright © 2025 Open Identity Platform Community. All rights reserved.