Uses of Class
com.google.crypto.tink.jwt.JwtEcdsaParameters.KidStrategy
-
Packages that use JwtEcdsaParameters.KidStrategy Package Description com.google.crypto.tink.jwt -
-
Uses of JwtEcdsaParameters.KidStrategy in com.google.crypto.tink.jwt
Fields in com.google.crypto.tink.jwt declared as JwtEcdsaParameters.KidStrategy Modifier and Type Field Description static JwtEcdsaParameters.KidStrategyJwtEcdsaParameters.KidStrategy. BASE64_ENCODED_KEY_IDThe "kid" is the URL safe (RFC 4648 Section 5) base64-encoded big-endian key_id in the keyset.static JwtEcdsaParameters.KidStrategyJwtEcdsaParameters.KidStrategy. CUSTOMThe "kid" is fixed.static JwtEcdsaParameters.KidStrategyJwtEcdsaParameters.KidStrategy. IGNOREDThe "kid" header is ignored.Methods in com.google.crypto.tink.jwt that return JwtEcdsaParameters.KidStrategy Modifier and Type Method Description JwtEcdsaParameters.KidStrategyJwtEcdsaParameters. getKidStrategy()Methods in com.google.crypto.tink.jwt with parameters of type JwtEcdsaParameters.KidStrategy Modifier and Type Method Description JwtEcdsaParameters.BuilderJwtEcdsaParameters.Builder. setKidStrategy(JwtEcdsaParameters.KidStrategy kidStrategy)
-