| 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 |
|---|---|
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 |
|---|---|
Mac |
MacFactoryImpl.makeMac(SignAlgorithm alg,
SymmetricKey jwk) |
Mac |
MacFactory.makeMac(SignAlgorithm alg,
SymmetricKey jwk) |
| Modifier and Type | Method and Description |
|---|---|
RSAPrivateCrtKey |
PrivateKeySignatureFactory.makePrivateKey(RSAKeyPair jwk) |
Signature |
PrivateKeySignatureFactoryImpl.makeSignature(SignAlgorithm alg,
RSAKeyPair jwk) |
Signature |
PrivateKeySignatureFactory.makeSignature(SignAlgorithm alg,
RSAKeyPair jwk) |
Signature |
PublicKeySignatureFactoryImpl.makeSignature(SignAlgorithm alg,
RSAPublicKey jwk) |
Signature |
PublicKeySignatureFactory.makeSignature(SignAlgorithm alg,
RSAPublicKey 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.