| 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 |
|---|---|
Signer |
SignerFactory.makeMacSigner(Algorithm alg,
Key key) |
Signer |
SignerFactory.makeSigner(Algorithm alg,
Key jwk) |
| Modifier and Type | Method and Description |
|---|---|
Mac |
MacFactory.makeMac(SignAlgorithm alg,
SymmetricKey jwk) |
| Modifier and Type | Method and Description |
|---|---|
Signature |
PrivateKeySignatureFactory.makeSignature(SignAlgorithm alg,
RSAKeyPair jwk) |
Signature |
PublicKeySignatureFactory.makeSignature(SignAlgorithm alg,
RSAPublicKey jwk) |
| Modifier and Type | Method and Description |
|---|---|
VerifySignature |
VerifySignatureFactory.makeVerifySignature(Algorithm algorithm,
Key key) |
Copyright © 2017. All rights reserved.