| Class | Description |
|---|---|
| BaseChainedSerDe | |
| ChainedDeserializer |
Executes ordered chain of deserializers passing output of one to another.
|
| ChainedSerializer |
Executes ordered chain of serializers passing output of one to another.
|
| DecryptDeserializer |
Decrypt data with secret key or certificate loaded from keystore.
|
| EncryptSerializer |
Encrypt data with secret key or certificate loaded from keystore.
|
| GenerateSignatureSerializer |
Sign data with private key (typically RSA or DSA) loaded from keystore.
|
| HybridDecryptDeserializer | |
| HybridEncryptSerializer |
Hybrid encryption encodes payload with randomly generated key and symmetric algorithm, for example AES.
|
| VerifySignatureDeserializer |
Verifies correctness of signature, and throws
SerializationException if it turns out invalid. |