Uses of Class
com.nimbusds.jose.crypto.impl.BaseJWSProvider
Packages that use BaseJWSProvider
Package
Description
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto
package.-
Uses of BaseJWSProvider in com.nimbusds.jose.crypto
Subclasses of BaseJWSProvider in com.nimbusds.jose.cryptoModifier and TypeClassDescriptionclass
Elliptic Curve Digital Signature Algorithm (ECDSA) signer ofJWS objects
.class
Elliptic Curve Digital Signature Algorithm (ECDSA) verifier ofJWS objects
.class
Ed25519 signer ofJWS objects
.class
Ed25519 verifier ofJWS objects
.class
Message Authentication Code (MAC) signer ofJWS objects
.class
Message Authentication Code (MAC) verifier ofJWS objects
.class
RSA Signature-Scheme-with-Appendix (RSASSA) signer ofJWS objects
.class
RSA Signature-Scheme-with-Appendix (RSASSA) verifier ofJWS objects
. -
Uses of BaseJWSProvider in com.nimbusds.jose.crypto.impl
Subclasses of BaseJWSProvider in com.nimbusds.jose.crypto.implModifier and TypeClassDescriptionclass
The base abstract class for Elliptic Curve Digital Signature Algorithm (ECDSA) signers and validators ofJWS objects
.class
The base abstract class for Edwards-curve Digital Signature Algorithm (EdDSA) signers and validators ofJWS objects
.class
The base abstract class for Message Authentication Code (MAC) signers and verifiers ofJWS objects
.class
The base abstract class for RSA signers and verifiers ofJWS objects
.