Uses of Class
org.smallmind.web.jwt.JWTEncryptionAlgorithm
-
-
Uses of JWTEncryptionAlgorithm in org.smallmind.web.jwt
Methods in org.smallmind.web.jwt that return JWTEncryptionAlgorithm Modifier and Type Method Description JWTEncryptionAlgorithmAsymmetricJWTKeyMaster. getEncryptionAlgorithm()JWTEncryptionAlgorithmJWTKeyMaster. getEncryptionAlgorithm()JWTEncryptionAlgorithmSymmetricJWTKeyMaster. getEncryptionAlgorithm()static JWTEncryptionAlgorithmJWTEncryptionAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static JWTEncryptionAlgorithm[]JWTEncryptionAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-