Package com.google.crypto.tink.jwt
Class JwtMacParameters
- java.lang.Object
-
- com.google.crypto.tink.Parameters
-
- com.google.crypto.tink.jwt.JwtMacParameters
-
- Direct Known Subclasses:
JwtHmacParameters
public abstract class JwtMacParameters extends Parameters
Represents a description of aJwtMacKeyexcluding the randomly chosen key material.
-
-
Constructor Summary
Constructors Constructor Description JwtMacParameters()
-
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
-
-