| Modifier and Type | Method and Description |
|---|---|
SecureJwtEncoder |
AppFactory.secureJwtEncoder(Algorithm alg,
Key jwk) |
SecureJwtFactory |
AppFactory.secureJwtFactory(Algorithm alg,
Key jwk) |
VerifySignature |
AppFactory.verifySignature(Algorithm algorithm,
Key key) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
Header.getAlgorithm() |
static Algorithm |
Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Header.setAlgorithm(Algorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
SecureJwtFactory.getAlgorithm() |
| Constructor and Description |
|---|
SecureJwtFactory(Signer signer,
Algorithm algorithm,
Optional<String> keyId) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
SignAlgorithm.getJwtAglgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
SignAlgorithm.setJwtAglgorithm(Algorithm jwtAglgorithm) |
| Modifier and Type | Method and Description |
|---|---|
Signer |
SignerFactory.makeMacSigner(Algorithm alg,
Key key) |
Signer |
SignerFactory.makeSigner(Algorithm alg,
Key jwk) |
| Modifier and Type | Method and Description |
|---|---|
VerifySignature |
VerifySignatureFactory.makeVerifySignature(Algorithm algorithm,
Key key) |
Copyright © 2017. All rights reserved.