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