Class JwtMacParameters

  • Direct Known Subclasses:
    JwtHmacParameters

    public abstract class JwtMacParameters
    extends Parameters
    Represents a description of a JwtMacKey excluding the randomly chosen key material.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean allowKidAbsent()
      If true, tokens without "kid" header are allowed when verifying a token.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JwtMacParameters

        public JwtMacParameters()
    • Method Detail

      • allowKidAbsent

        public abstract boolean allowKidAbsent()
        If true, tokens without "kid" header are allowed when verifying a token.