Uses of Interface
com.auth0.jwt.interfaces.ECDSAKeyProvider
Packages that use ECDSAKeyProvider
-
Uses of ECDSAKeyProvider in com.auth0.jwt.algorithms
Fields in com.auth0.jwt.algorithms declared as ECDSAKeyProviderMethods in com.auth0.jwt.algorithms that return ECDSAKeyProviderModifier and TypeMethodDescription(package private) static ECDSAKeyProviderECDSAAlgorithm.providerForKeys(ECPublicKey publicKey, ECPrivateKey privateKey) Methods in com.auth0.jwt.algorithms with parameters of type ECDSAKeyProviderModifier and TypeMethodDescriptionstatic 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.Constructors in com.auth0.jwt.algorithms with parameters of type ECDSAKeyProviderModifierConstructorDescription(package private)ECDSAAlgorithm(CryptoHelper crypto, String id, String algorithm, int ecNumberSize, ECDSAKeyProvider keyProvider) (package private)ECDSAAlgorithm(String id, String algorithm, int ecNumberSize, ECDSAKeyProvider keyProvider)