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