Uses of Interface
com.nimbusds.jose.JWSVerifier
Packages that use JWSVerifier
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.
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
-
Uses of JWSVerifier in com.nimbusds.jose
Methods in com.nimbusds.jose with parameters of type JWSVerifierModifier and TypeMethodDescriptionbooleanJWSObject.verify(JWSVerifier verifier) Checks the signature of this JWS object with the specified verifier.booleanJWSObjectJSON.Signature.verify(JWSVerifier verifier) Checks the signature with the specified verifier. -
Uses of JWSVerifier in com.nimbusds.jose.crypto
Classes in com.nimbusds.jose.crypto that implement JWSVerifierModifier and TypeClassDescriptionclassElliptic Curve Digital Signature Algorithm (ECDSA) verifier ofJWS objects.classEd25519 verifier ofJWS objects.classMessage Authentication Code (MAC) verifier ofJWS objects.classRSA Signature-Scheme-with-Appendix (RSASSA) verifier ofJWS objects. -
Uses of JWSVerifier in com.nimbusds.jose.crypto.factories
Methods in com.nimbusds.jose.crypto.factories that return JWSVerifierModifier and TypeMethodDescriptionDefaultJWSVerifierFactory.createJWSVerifier(JWSHeader header, Key key) -
Uses of JWSVerifier in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc that return JWSVerifierModifier and TypeMethodDescriptionJWSVerifierFactory.createJWSVerifier(JWSHeader header, Key key) Creates a new JWS verifier for the specified header and key.