| Modifier and Type | Method and Description |
|---|---|
Algorithm |
SecureJwtBuilder.getAlgorithm() |
| Constructor and Description |
|---|
SecureJwtBuilder(Signer signer,
Algorithm algorithm,
Optional<String> keyId) |
| Modifier and Type | Method and Description |
|---|---|
SecureJwtBuilder |
AppFactory.secureJwtBuilder(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 |
|---|---|
Signer |
SignerFactoryImpl.makeMacSigner(Algorithm algorithm,
Key key) |
Signer |
SignerFactory.makeMacSigner(Algorithm algorithm,
Key key) |
Signer |
SignerFactoryImpl.makeSigner(Algorithm alg,
Key jwk) |
Signer |
SignerFactory.makeSigner(Algorithm algorithm,
Key jwk) |
| Modifier and Type | Method and Description |
|---|---|
VerifySignature |
VerifySignatureFactoryImpl.makeVerifySignature(Algorithm algorithm,
Key key) |
VerifySignature |
VerifySignatureFactory.makeVerifySignature(Algorithm algorithm,
Key key) |
Copyright © 2015. All rights reserved.