Uses of Class
com.bastiaanjansen.jwt.Algorithms.Algorithm
| Package | Description |
|---|---|
| com.bastiaanjansen.jwt | |
| com.bastiaanjansen.jwt.Algorithms |
-
Uses of Algorithm in com.bastiaanjansen.jwt
Methods in com.bastiaanjansen.jwt that return Algorithm Modifier and Type Method Description AlgorithmJWT. getAlgorithm()Methods in com.bastiaanjansen.jwt with parameters of type Algorithm Modifier and Type Method Description static JWTJWT. fromRawJWT(Algorithm algorithm, String jwt)Create a new JWT instance based on a raw JWT -
Uses of Algorithm in com.bastiaanjansen.jwt.Algorithms
Subclasses of Algorithm in com.bastiaanjansen.jwt.Algorithms Modifier and Type Class Description classHMACAlgorithmclassRSAAlgorithmMethods in com.bastiaanjansen.jwt.Algorithms that return Algorithm Modifier and Type Method Description static AlgorithmAlgorithm. HMAC256(String secret)static AlgorithmAlgorithm. HMAC384(String secret)static AlgorithmAlgorithm. HMAC512(String secret)static AlgorithmAlgorithm. RSA256(KeyPair keyPair)static AlgorithmAlgorithm. RSA384(KeyPair keyPair)static AlgorithmAlgorithm. RSA512(KeyPair keyPair)