Uses of Interface
com.nimbusds.jose.produce.JWSSignerFactory
Packages that use JWSSignerFactory
Package
Description
JWS signer, JWS verifier, JWE encrypter and JWE decrypter factory
implementations.
JSON Web Signature (JWS) minting framework.
-
Uses of JWSSignerFactory in com.nimbusds.jose.crypto.factories
Classes in com.nimbusds.jose.crypto.factories that implement JWSSignerFactoryModifier and TypeClassDescriptionclassA factory to create JWS signers from a JWK instance based on the key type. -
Uses of JWSSignerFactory in com.nimbusds.jose.mint
Methods in com.nimbusds.jose.mint that return JWSSignerFactoryModifier and TypeMethodDescriptionDefaultJWSMinter.getJWSSignerFactory()JWSMinterConfiguration.getJWSSignerFactory()Gets the factory for generatingJWSSigners.Methods in com.nimbusds.jose.mint with parameters of type JWSSignerFactoryModifier and TypeMethodDescriptionvoidDefaultJWSMinter.setJWSSignerFactory(JWSSignerFactory jwsSignerFactory) voidJWSMinterConfiguration.setJWSSignerFactory(JWSSignerFactory jwsSignerFactory) Sets the factory for generatingJWSSigners.