Package com.nimbusds.jose.crypto.factories
JWS signer, JWS verifier, JWE encrypter and JWE decrypter factory
implementations.
-
Class Summary Class Description DefaultJWEDecrypterFactory Default JSON Web Encryption (JWE) decrypter factory.DefaultJWSSignerFactory A factory to create JWS signers from a JWK instance based on the key type.DefaultJWSVerifierFactory Default JSON Web Signature (JWS) verifier factory.