| 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 |
DefaultJWSMinter.getJWSSignerFactory() |
JWSSignerFactory |
JWSMinterConfiguration.getJWSSignerFactory()
Gets the factory for generating
JWSSigners. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJWSMinter.setJWSSignerFactory(JWSSignerFactory jwsSignerFactory) |
void |
JWSMinterConfiguration.setJWSSignerFactory(JWSSignerFactory jwsSignerFactory)
Sets the factory for generating
JWSSigners. |
Copyright © 2021 Connect2id Ltd.. All rights reserved.