Package org.smallmind.web.jwt
Interface JWTKeyMaster
-
- All Known Implementing Classes:
AsymmetricJWTKeyMaster,SymmetricJWTKeyMaster
public interface JWTKeyMaster
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JWTEncryptionAlgorithmgetEncryptionAlgorithm()KeygetKey()
-
-
-
Method Detail
-
getEncryptionAlgorithm
JWTEncryptionAlgorithm getEncryptionAlgorithm()
-
getKey
Key getKey()
-
-