public class SymmetricJWTKeyMaster extends Object implements JWTKeyMaster
| Constructor and Description |
|---|
SymmetricJWTKeyMaster(String secret) |
| Modifier and Type | Method and Description |
|---|---|
JWTEncryptionAlgorithm |
getEncryptionAlgorithm() |
Key |
getKey() |
public SymmetricJWTKeyMaster(String secret)
public JWTEncryptionAlgorithm getEncryptionAlgorithm()
getEncryptionAlgorithm in interface JWTKeyMasterpublic Key getKey()
getKey in interface JWTKeyMasterCopyright © 2018. All rights reserved.