See: Description
Interface | Description |
---|---|
SignatureProvider |
The Interface SignatureProvider.
|
Class | Description |
---|---|
AES |
AES encryption, decryption and key generation methods.
|
AESCBC |
AES/CBC/PKCS5Padding and AES/CBC/PKCS5Padding/HMAC-SHA2 encryption and decryption methods.
|
AESGCM |
AES/GSM/NoPadding encryption and decryption methods.
|
AuthenticatedCipherText |
Authenticated cipher text.
|
CompositeKey |
Composite key used in AES/CBC/PKCS5Padding/HMAC-SHA2 encryption.
|
ConcatKDF |
Concatenation Key Derivation Function (KDF) utilities.
|
DeflateUtils |
Deflate (RFC 1951) utilities to compress and decompress bytes.
|
HMAC |
Static methods for Hash-based Message Authentication Codes (HMAC).
|
HMACSignatureProvider |
The Class HMACSignatureProvider.
|
JWEDecrypter |
JWE Decrypter for JSON Web Decryption.
|
JWEEncrypter |
JWE Encrypter of for JSON Web Encryption.
|
RSA_OAEP |
RSAES OAEP methods for Content Encryption Key (CEK) encryption and decryption.
|
RSA_OAEP_256 |
RSAES OAEP (SHA-256) methods for Content Encryption Key (CEK) encryption and decryption.
|
RSA1_5 |
RSAES-PKCS1-V1_5 methods for Content Encryption Key (CEK) encryption and decryption.
|
RSASignatureProvider |
The Class RSASignatureProvider to provide signing and verification of data.
|
Enum | Description |
---|---|
Algorithm |
Enum representing all supported crypto algorithms. |
This package provides the cryptography related classes to sign and encrypt JSON.
Copyright © 2017. All rights reserved.