Uses of Interface
com.auth0.jwt.interfaces.ECDSAKeyProvider
-
Packages that use ECDSAKeyProvider Package Description com.auth0.jwt.algorithms -
-
Uses of ECDSAKeyProvider in com.auth0.jwt.algorithms
Methods in com.auth0.jwt.algorithms with parameters of type ECDSAKeyProvider Modifier and Type Method Description static AlgorithmAlgorithm. ECDSA256(ECDSAKeyProvider keyProvider)Creates a new Algorithm instance using SHA256withECDSA.static AlgorithmAlgorithm. ECDSA384(ECDSAKeyProvider keyProvider)Creates a new Algorithm instance using SHA384withECDSA.static AlgorithmAlgorithm. ECDSA512(ECDSAKeyProvider keyProvider)Creates a new Algorithm instance using SHA512withECDSA.
-