| Interface | Description |
|---|---|
| SignatureSigner | |
| SignatureValidator |
| Class | Description |
|---|---|
| Cipher | |
| CipherFactory | |
| DigitalSignatureSigner |
A signer for a byte array with a specified private key supplied in pem format.
|
| DigitalSignatureValidator |
A validator used to validate that a given byte array was signed by the private key corresponding
to the specified certificate using the specified algorithm.
|
| HmacSigner |
A HMAC signer for a byte array with a specified secret key.
|
| HmacValidator |
A HMAC signer for a byte array with a specified secret key.
|