| Package | Description |
|---|---|
| com.nimbusds.jose.crypto |
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
|
| com.nimbusds.jose.crypto.impl |
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto package. |
| Class and Description |
|---|
| 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. |
| 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. |
| 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. |
| Class and Description |
|---|
| AuthenticatedCipherText
Authenticated cipher text.
|
| BaseJWSProvider
The base abstract class for JSON Web Signature (JWS) signers and verifiers.
|
| ConcatKDF
Concatenation Key Derivation Function (KDF).
|
| ECDH.AlgorithmMode
Enumeration of the Elliptic Curve Diffie-Hellman Ephemeral Static
algorithm modes.
|
| PRFParams
Pseudo-Random Function (PRF) parameters, intended for use in the Password-
Based Key Derivation Function 2 (PBKDF2).
|
Copyright © 2021 Connect2id Ltd.. All rights reserved.