| AESCryptoProvider |
The base abstract class for AES and AES GCM key wrap encrypters and
decrypters of JWE objects.
|
| BaseJWSProvider |
The base abstract class for JSON Web Signature (JWS) signers and verifiers.
|
| DirectCryptoProvider |
The base abstract class for direct encrypters and decrypters of
JWE objects with a shared symmetric key.
|
| ECDH1PUCryptoProvider |
The base abstract class for Elliptic Curve Diffie-Hellman One-Pass Unified
Model encrypters and decrypters of JWE
objects.
|
| ECDHCryptoProvider |
The base abstract class for Elliptic Curve Diffie-Hellman encrypters and
decrypters of JWE objects.
|
| ECDSAProvider |
The base abstract class for Elliptic Curve Digital Signature Algorithm
(ECDSA) signers and validators of JWS
objects.
|
| EdDSAProvider |
The base abstract class for Edwards-curve Digital Signature Algorithm
(EdDSA) signers and validators of JWS
objects.
|
| MACProvider |
The base abstract class for Message Authentication Code (MAC) signers and
verifiers of JWS objects.
|
| MultiCryptoProvider |
The base abstract class for multi-recipient encrypters and decrypters of
JWE objects with a shared symmetric
key.
|
| PasswordBasedCryptoProvider |
The base abstract class for password-based encrypters and decrypters of
JWE objects.
|
| RSACryptoProvider |
The base abstract class for RSA encrypters and decrypters of
JWE objects.
|
| RSASSAProvider |
The base abstract class for RSA signers and verifiers of JWS objects.
|