Uses of Class
com.google.crypto.tink.jwt.JwtEcdsaParameters.Algorithm
-
Packages that use JwtEcdsaParameters.Algorithm Package Description com.google.crypto.tink.jwt -
-
Uses of JwtEcdsaParameters.Algorithm in com.google.crypto.tink.jwt
Fields in com.google.crypto.tink.jwt declared as JwtEcdsaParameters.Algorithm Modifier and Type Field Description static JwtEcdsaParameters.AlgorithmJwtEcdsaParameters.Algorithm. ES256ECDSA using P-256 and SHA-256static JwtEcdsaParameters.AlgorithmJwtEcdsaParameters.Algorithm. ES384ECDSA using P-384 and SHA-384static JwtEcdsaParameters.AlgorithmJwtEcdsaParameters.Algorithm. ES512ECDSA using P-521 and SHA-512Methods in com.google.crypto.tink.jwt that return JwtEcdsaParameters.Algorithm Modifier and Type Method Description JwtEcdsaParameters.AlgorithmJwtEcdsaParameters. getAlgorithm()Methods in com.google.crypto.tink.jwt with parameters of type JwtEcdsaParameters.Algorithm Modifier and Type Method Description JwtEcdsaParameters.BuilderJwtEcdsaParameters.Builder. setAlgorithm(JwtEcdsaParameters.Algorithm algorithm)
-