Package com.google.crypto.tink.jwt
Class JwtSignatureParameters
- java.lang.Object
-
- com.google.crypto.tink.Parameters
-
- com.google.crypto.tink.jwt.JwtSignatureParameters
-
- Direct Known Subclasses:
JwtEcdsaParameters,JwtRsaSsaPkcs1Parameters,JwtRsaSsaPssParameters
public abstract class JwtSignatureParameters extends Parameters
Represents a description of aJwtSignatureKeyexcluding the randomly chosen key material.
-
-
Constructor Summary
Constructors Constructor Description JwtSignatureParameters()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanallowKidAbsent()If true, tokens without"kid"header are allowed when verifying a token.-
Methods inherited from class com.google.crypto.tink.Parameters
hasIdRequirement
-
-