Uses of Interface
com.nimbusds.jose.JWSProvider
Packages that use JWSProvider
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
JWS signer, JWS verifier, JWE encrypter and JWE decrypter factory
implementations.
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto
package.Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
Framework for producing JOSE objects (with arbitrary payloads).
-
Uses of JWSProvider in com.nimbusds.jose
Subinterfaces of JWSProvider in com.nimbusds.joseModifier and TypeInterfaceDescriptioninterface
JSON Web Signature (JWS) signer.interface
JSON Web Signature (JWS) verifier. -
Uses of JWSProvider in com.nimbusds.jose.crypto
Classes in com.nimbusds.jose.crypto that implement JWSProviderModifier 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 JWSProvider in com.nimbusds.jose.crypto.factories
Classes in com.nimbusds.jose.crypto.factories that implement JWSProviderModifier and TypeClassDescriptionclass
A factory to create JWS signers from a JWK instance based on the key type.class
Default JSON Web Signature (JWS) verifier factory. -
Uses of JWSProvider in com.nimbusds.jose.crypto.impl
Classes in com.nimbusds.jose.crypto.impl that implement JWSProviderModifier and TypeClassDescriptionclass
The base abstract class for JSON Web Signature (JWS) signers and verifiers.class
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
. -
Uses of JWSProvider in com.nimbusds.jose.proc
Subinterfaces of JWSProvider in com.nimbusds.jose.procModifier and TypeInterfaceDescriptioninterface
JSON Web Signature (JWS) verifier factory. -
Uses of JWSProvider in com.nimbusds.jose.produce
Subinterfaces of JWSProvider in com.nimbusds.jose.produceModifier and TypeInterfaceDescriptioninterface
JSON Web Signature (JWS) signer factory to create a signer out of a JSON Web Key (JWK).