Uses of Interface
com.auth0.jwt.interfaces.RSAKeyProvider
-
Packages that use RSAKeyProvider Package Description com.auth0.jwt.algorithms -
-
Uses of RSAKeyProvider in com.auth0.jwt.algorithms
Methods in com.auth0.jwt.algorithms with parameters of type RSAKeyProvider Modifier and Type Method Description static AlgorithmAlgorithm. RSA256(RSAKeyProvider keyProvider)Creates a new Algorithm instance using SHA256withRSA.static AlgorithmAlgorithm. RSA384(RSAKeyProvider keyProvider)Creates a new Algorithm instance using SHA384withRSA.static AlgorithmAlgorithm. RSA512(RSAKeyProvider keyProvider)Creates a new Algorithm instance using SHA512withRSA.
-