Uses of Interface
com.auth0.jwt.interfaces.RSAKeyProvider
Packages that use RSAKeyProvider
-
Uses of RSAKeyProvider in com.auth0.jwt.algorithms
Fields in com.auth0.jwt.algorithms declared as RSAKeyProviderMethods in com.auth0.jwt.algorithms that return RSAKeyProviderModifier and TypeMethodDescription(package private) static RSAKeyProviderRSAAlgorithm.providerForKeys(RSAPublicKey publicKey, RSAPrivateKey privateKey) Methods in com.auth0.jwt.algorithms with parameters of type RSAKeyProviderModifier and TypeMethodDescriptionstatic 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.Constructors in com.auth0.jwt.algorithms with parameters of type RSAKeyProviderModifierConstructorDescription(package private)RSAAlgorithm(CryptoHelper crypto, String id, String algorithm, RSAKeyProvider keyProvider) (package private)RSAAlgorithm(String id, String algorithm, RSAKeyProvider keyProvider)