| Package | Description |
|---|---|
| org.rootservices.jwt.signature.signer | |
| org.rootservices.jwt.signature.signer.factory.hmac | |
| org.rootservices.jwt.signature.signer.factory.rsa |
| Modifier and Type | Method and Description |
|---|---|
static SignAlgorithm |
SignAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignAlgorithm[] |
SignAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
MacFactoryImpl.makeKey(SignAlgorithm alg,
SymmetricKey jwk) |
Key |
MacFactory.makeKey(SignAlgorithm alg,
SymmetricKey jwk) |
Mac |
MacFactoryImpl.makeMac(SignAlgorithm alg,
SymmetricKey jwk) |
Mac |
MacFactory.makeMac(SignAlgorithm alg,
SymmetricKey jwk) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2015. All rights reserved.