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 TypeClassDescriptionclassElliptic Curve Digital Signature Algorithm (ECDSA) signer ofJWS objects.classElliptic Curve Digital Signature Algorithm (ECDSA) verifier ofJWS objects.classEd25519 signer ofJWS objects.classEd25519 verifier ofJWS objects.classMessage Authentication Code (MAC) signer ofJWS objects.classMessage Authentication Code (MAC) verifier ofJWS objects.classRSA Signature-Scheme-with-Appendix (RSASSA) signer ofJWS objects.classRSA 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 TypeClassDescriptionclassThe base abstract class for Elliptic Curve Digital Signature Algorithm (ECDSA) signers and validators ofJWS objects.classThe base abstract class for Edwards-curve Digital Signature Algorithm (EdDSA) signers and validators ofJWS objects.classThe base abstract class for Message Authentication Code (MAC) signers and verifiers ofJWS objects.classThe base abstract class for RSA signers and verifiers ofJWS objects.