SignerFactorypublic class DefaultSignerFactory extends Object implements SignerFactory
| Modifier and Type | Field | Description |
|---|---|---|
static SignerFactory |
INSTANCE |
| Constructor | Description |
|---|---|
DefaultSignerFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
Signer |
createSigner(io.jsonwebtoken.SignatureAlgorithm alg,
Key key) |
public static final SignerFactory INSTANCE
public Signer createSigner(io.jsonwebtoken.SignatureAlgorithm alg, Key key)
createSigner in interface SignerFactoryCopyright © 2019. All rights reserved.