| Package | Description |
|---|---|
| io.jsonwebtoken.impl.crypto |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSignerFactory |
| Modifier and Type | Field and Description |
|---|---|
static SignerFactory |
DefaultSignerFactory.INSTANCE |
| Constructor and Description |
|---|
DefaultJwtSigner(SignerFactory factory,
SignatureAlgorithm alg,
Key key)
Deprecated.
|
DefaultJwtSigner(SignerFactory factory,
SignatureAlgorithm alg,
Key key,
Encoder<byte[],String> base64UrlEncoder) |
Copyright © 2014–2020 jsonwebtoken.io. All rights reserved.