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