Uses of Interface
com.nimbusds.jose.produce.JWSSignerFactory
-
Packages that use JWSSignerFactory Package Description com.nimbusds.jose.crypto.factories JWS signer, JWS verifier, JWE encrypter and JWE decrypter factory implementations.com.nimbusds.jose.mint JSON Web Signature (JWS) minting framework. -
-
Uses of JWSSignerFactory in com.nimbusds.jose.crypto.factories
Classes in com.nimbusds.jose.crypto.factories that implement JWSSignerFactory Modifier and Type Class Description classDefaultJWSSignerFactoryA 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 JWSSignerFactory Modifier and Type Method Description JWSSignerFactoryDefaultJWSMinter. getJWSSignerFactory()JWSSignerFactoryJWSMinterConfiguration. getJWSSignerFactory()Gets the factory for generatingJWSSigners.Methods in com.nimbusds.jose.mint with parameters of type JWSSignerFactory Modifier and Type Method Description voidDefaultJWSMinter. setJWSSignerFactory(JWSSignerFactory jwsSignerFactory)voidJWSMinterConfiguration. setJWSSignerFactory(JWSSignerFactory jwsSignerFactory)Sets the factory for generatingJWSSigners.
-