Package org.smallmind.web.jwt
Class AsymmetricJWTKeyMaster
- java.lang.Object
-
- org.smallmind.web.jwt.AsymmetricJWTKeyMaster
-
- All Implemented Interfaces:
JWTKeyMaster
public class AsymmetricJWTKeyMaster extends Object implements JWTKeyMaster
-
-
Constructor Summary
Constructors Constructor Description AsymmetricJWTKeyMaster(Key key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JWTEncryptionAlgorithmgetEncryptionAlgorithm()KeygetKey()
-
-
-
Constructor Detail
-
AsymmetricJWTKeyMaster
public AsymmetricJWTKeyMaster(Key key)
-
-
Method Detail
-
getEncryptionAlgorithm
public JWTEncryptionAlgorithm getEncryptionAlgorithm()
- Specified by:
getEncryptionAlgorithmin interfaceJWTKeyMaster
-
getKey
public Key getKey()
- Specified by:
getKeyin interfaceJWTKeyMaster
-
-