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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJWSSignerFactory
A factory to create JWS signers from a JWK instance based on the
key type.
|
Modifier and Type | Method and Description |
---|---|
JWSSignerFactory |
JWSMinterConfiguration.getJWSSignerFactory()
Gets the factory for generating
JWSSigner s. |
JWSSignerFactory |
DefaultJWSMinter.getJWSSignerFactory() |
Modifier and Type | Method and Description |
---|---|
void |
JWSMinterConfiguration.setJWSSignerFactory(JWSSignerFactory jwsSignerFactory)
Sets the factory for generating
JWSSigner s. |
void |
DefaultJWSMinter.setJWSSignerFactory(JWSSignerFactory jwsSignerFactory) |
Copyright © 2021 Connect2id Ltd.. All rights reserved.