trait JwtJsonCommon[J, H, C] extends JwtCore[H, C]
Abstract Value Members
- abstract def extractAlgorithm(header: H): Option[JwtAlgorithm]
- abstract def extractExpiration(claim: C): Option[Long]
- abstract def extractNotBefore(claim: C): Option[Long]
- abstract def getAlgorithm(header: J): Option[JwtAlgorithm]
- abstract def parse(value: String): J
- abstract def parseClaim(claim: String): C
- abstract def parseHeader(header: String): H
- abstract def stringify(value: J): String
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def decode(token: String, key: PublicKey): Try[C]
- def decode(token: String, key: PublicKey, options: JwtOptions): Try[C]
- def decode(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[C]
- def decode(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String, key: SecretKey): Try[C]
- def decode(token: String, key: SecretKey, options: JwtOptions): Try[C]
- def decode(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[C]
- def decode(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[C]
- def decode(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[C]
- def decode(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String): Try[C]
- def decode(token: String, options: JwtOptions): Try[C]
- def decodeAll(token: String, key: PublicKey): Try[(H, C, String)]
- def decodeAll(token: String, key: PublicKey, options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey, options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String): Try[(H, C, String)]
- def decodeAll(token: String, options: JwtOptions): Try[(H, C, String)]
- def decodeJson(token: String, key: PublicKey): Try[J]
- def decodeJson(token: String, key: PublicKey, options: JwtOptions): Try[J]
- def decodeJson(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[J]
- def decodeJson(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[J]
- def decodeJson(token: String, key: SecretKey): Try[J]
- def decodeJson(token: String, key: SecretKey, options: JwtOptions): Try[J]
- def decodeJson(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[J]
- def decodeJson(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[J]
- def decodeJson(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[J]
- def decodeJson(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[J]
- def decodeJson(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[J]
- def decodeJson(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[J]
- def decodeJson(token: String): Try[J]
- def decodeJson(token: String, options: JwtOptions): Try[J]
- def decodeJsonAll(token: String, key: PublicKey): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: PublicKey, options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: SecretKey): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: SecretKey, options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String): Try[(J, J, String)]
- def decodeJsonAll(token: String, options: JwtOptions): Try[(J, J, String)]
- def decodeRaw(token: String, key: PublicKey): Try[String]
- def decodeRaw(token: String, key: PublicKey, options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[String]
- def decodeRaw(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: SecretKey): Try[String]
- def decodeRaw(token: String, key: SecretKey, options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[String]
- def decodeRaw(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[String]
- def decodeRaw(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[String]
- def decodeRaw(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String): Try[String]
- def decodeRaw(token: String, options: JwtOptions): Try[String]
- def decodeRawAll(token: String, key: PublicKey): Try[(String, String, String)]
- def decodeRawAll(token: String, key: PublicKey, options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey, options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String): Try[(String, String, String)]
- def decodeRawAll(token: String, options: JwtOptions): Try[(String, String, String)]
- def encode(claim: J, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(claim: J, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(claim: J, key: String, algorithm: JwtAlgorithm): String
- def encode(claim: J): String
- def encode(header: J, claim: J, key: Key): String
- def encode(header: J, claim: J, key: String): String
- def encode(header: J, claim: J): String
- def encode(header: , claim: JwtClaim, key: Key): String
- def encode(header: , claim: JwtClaim, key: String): String
- def encode(header: , claim: JwtClaim): String
- def encode(claim: JwtClaim, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(claim: JwtClaim, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(claim: JwtClaim, key: String, algorithm: JwtAlgorithm): String
- def encode(claim: JwtClaim): String
- def encode(claim: String, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(claim: String, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(claim: String, key: String, algorithm: JwtAlgorithm): String
- def encode(claim: String): String
- def encode(header: String, claim: String, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(header: String, claim: String, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(header: String, claim: String, key: String, algorithm: JwtAlgorithm): String
- def encode(header: String, claim: String): String
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def extractAlgorithm(header: ): Option[JwtAlgorithm]
- def extractExpiration(claim: JwtClaim): Option[Long]
- def extractNotBefore(claim: JwtClaim): Option[Long]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isValid(token: String, key: PublicKey): Boolean
- def isValid(token: String, key: PublicKey, options: JwtOptions): Boolean
- def isValid(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Boolean
- def isValid(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String, key: SecretKey): Boolean
- def isValid(token: String, key: SecretKey, options: JwtOptions): Boolean
- def isValid(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Boolean
- def isValid(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Boolean
- def isValid(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Boolean
- def isValid(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String): Boolean
- def isValid(token: String, options: JwtOptions): Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def validate(token: String, key: PublicKey): Unit
- def validate(token: String, key: PublicKey, options: JwtOptions): Unit
- def validate(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Unit
- def validate(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(token: String, key: SecretKey): Unit
- def validate(token: String, key: SecretKey, options: JwtOptions): Unit
- def validate(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Unit
- def validate(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Unit
- def validate(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Unit
- def validate(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(token: String): Unit
- def validate(token: String, options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, options: JwtOptions, verify: (Array[Byte], Array[Byte], JwtAlgorithm) => Boolean): Unit
- def validate(header: H, claim: C, signature: String, options: JwtOptions): Unit
- def validateAsymmetricAlgorithm(algorithm: JwtAsymmetricAlgorithm, algorithms: Seq[JwtAsymmetricAlgorithm]): Boolean
- def validateHmacAlgorithm(algorithm: JwtHmacAlgorithm, algorithms: Seq[JwtHmacAlgorithm]): Boolean
- def validateTiming(claim: C, options: JwtOptions): Try[Unit]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from JwtCore[H, C]
Value Members
- abstract def extractAlgorithm(header: H): Option[JwtAlgorithm]
- abstract def extractExpiration(claim: C): Option[Long]
- abstract def extractNotBefore(claim: C): Option[Long]
- abstract def parseClaim(claim: String): C
- abstract def parseHeader(header: String): H
- def decode(token: String, key: PublicKey): Try[C]
- def decode(token: String, key: PublicKey, options: JwtOptions): Try[C]
- def decode(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[C]
- def decode(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String, key: SecretKey): Try[C]
- def decode(token: String, key: SecretKey, options: JwtOptions): Try[C]
- def decode(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[C]
- def decode(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[C]
- def decode(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[C]
- def decode(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String): Try[C]
- def decode(token: String, options: JwtOptions): Try[C]
- def decodeAll(token: String, key: PublicKey): Try[(H, C, String)]
- def decodeAll(token: String, key: PublicKey, options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey, options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String): Try[(H, C, String)]
- def decodeAll(token: String, options: JwtOptions): Try[(H, C, String)]
- def decodeRaw(token: String, key: PublicKey): Try[String]
- def decodeRaw(token: String, key: PublicKey, options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[String]
- def decodeRaw(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: SecretKey): Try[String]
- def decodeRaw(token: String, key: SecretKey, options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[String]
- def decodeRaw(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[String]
- def decodeRaw(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[String]
- def decodeRaw(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String): Try[String]
- def decodeRaw(token: String, options: JwtOptions): Try[String]
- def decodeRawAll(token: String, key: PublicKey): Try[(String, String, String)]
- def decodeRawAll(token: String, key: PublicKey, options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey, options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String): Try[(String, String, String)]
- def decodeRawAll(token: String, options: JwtOptions): Try[(String, String, String)]
- def encode(header: , claim: JwtClaim, key: Key): String
- def encode(header: , claim: JwtClaim, key: String): String
- def encode(header: , claim: JwtClaim): String
- def encode(claim: JwtClaim, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(claim: JwtClaim, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(claim: JwtClaim, key: String, algorithm: JwtAlgorithm): String
- def encode(claim: JwtClaim): String
- def encode(claim: String, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(claim: String, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(claim: String, key: String, algorithm: JwtAlgorithm): String
- def encode(claim: String): String
- def encode(header: String, claim: String, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(header: String, claim: String, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(header: String, claim: String, key: String, algorithm: JwtAlgorithm): String
- def encode(header: String, claim: String): String
- def isValid(token: String, key: PublicKey): Boolean
- def isValid(token: String, key: PublicKey, options: JwtOptions): Boolean
- def isValid(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Boolean
- def isValid(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String, key: SecretKey): Boolean
- def isValid(token: String, key: SecretKey, options: JwtOptions): Boolean
- def isValid(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Boolean
- def isValid(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Boolean
- def isValid(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Boolean
- def isValid(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String): Boolean
- def isValid(token: String, options: JwtOptions): Boolean
- def validate(token: String, key: PublicKey): Unit
- def validate(token: String, key: PublicKey, options: JwtOptions): Unit
- def validate(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Unit
- def validate(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(token: String, key: SecretKey): Unit
- def validate(token: String, key: SecretKey, options: JwtOptions): Unit
- def validate(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Unit
- def validate(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Unit
- def validate(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Unit
- def validate(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(token: String): Unit
- def validate(token: String, options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, options: JwtOptions, verify: (Array[Byte], Array[Byte], JwtAlgorithm) => Boolean): Unit
- def validate(header: H, claim: C, signature: String, options: JwtOptions): Unit
- def validateAsymmetricAlgorithm(algorithm: JwtAsymmetricAlgorithm, algorithms: Seq[JwtAsymmetricAlgorithm]): Boolean
- def validateHmacAlgorithm(algorithm: JwtHmacAlgorithm, algorithms: Seq[JwtHmacAlgorithm]): Boolean
- def validateTiming(claim: C, options: JwtOptions): Try[Unit]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- abstract def extractAlgorithm(header: H): Option[JwtAlgorithm]
- abstract def extractExpiration(claim: C): Option[Long]
- abstract def extractNotBefore(claim: C): Option[Long]
- abstract def getAlgorithm(header: J): Option[JwtAlgorithm]
- abstract def parse(value: String): J
- abstract def parseClaim(claim: String): C
- abstract def parseHeader(header: String): H
- abstract def stringify(value: J): String
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def decode(token: String, key: PublicKey): Try[C]
- def decode(token: String, key: PublicKey, options: JwtOptions): Try[C]
- def decode(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[C]
- def decode(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String, key: SecretKey): Try[C]
- def decode(token: String, key: SecretKey, options: JwtOptions): Try[C]
- def decode(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[C]
- def decode(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[C]
- def decode(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[C]
- def decode(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[C]
- def decode(token: String): Try[C]
- def decode(token: String, options: JwtOptions): Try[C]
- def decodeAll(token: String, key: PublicKey): Try[(H, C, String)]
- def decodeAll(token: String, key: PublicKey, options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey, options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(H, C, String)]
- def decodeAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(H, C, String)]
- def decodeAll(token: String): Try[(H, C, String)]
- def decodeAll(token: String, options: JwtOptions): Try[(H, C, String)]
- def decodeJson(token: String, key: PublicKey): Try[J]
- def decodeJson(token: String, key: PublicKey, options: JwtOptions): Try[J]
- def decodeJson(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[J]
- def decodeJson(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[J]
- def decodeJson(token: String, key: SecretKey): Try[J]
- def decodeJson(token: String, key: SecretKey, options: JwtOptions): Try[J]
- def decodeJson(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[J]
- def decodeJson(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[J]
- def decodeJson(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[J]
- def decodeJson(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[J]
- def decodeJson(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[J]
- def decodeJson(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[J]
- def decodeJson(token: String): Try[J]
- def decodeJson(token: String, options: JwtOptions): Try[J]
- def decodeJsonAll(token: String, key: PublicKey): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: PublicKey, options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: SecretKey): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: SecretKey, options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(J, J, String)]
- def decodeJsonAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(J, J, String)]
- def decodeJsonAll(token: String): Try[(J, J, String)]
- def decodeJsonAll(token: String, options: JwtOptions): Try[(J, J, String)]
- def decodeRaw(token: String, key: PublicKey): Try[String]
- def decodeRaw(token: String, key: PublicKey, options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[String]
- def decodeRaw(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: SecretKey): Try[String]
- def decodeRaw(token: String, key: SecretKey, options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[String]
- def decodeRaw(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[String]
- def decodeRaw(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[String]
- def decodeRaw(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[String]
- def decodeRaw(token: String): Try[String]
- def decodeRaw(token: String, options: JwtOptions): Try[String]
- def decodeRawAll(token: String, key: PublicKey): Try[(String, String, String)]
- def decodeRawAll(token: String, key: PublicKey, options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey, options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(String, String, String)]
- def decodeRawAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(String, String, String)]
- def decodeRawAll(token: String): Try[(String, String, String)]
- def decodeRawAll(token: String, options: JwtOptions): Try[(String, String, String)]
- def encode(claim: J, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(claim: J, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(claim: J, key: String, algorithm: JwtAlgorithm): String
- def encode(claim: J): String
- def encode(header: J, claim: J, key: Key): String
- def encode(header: J, claim: J, key: String): String
- def encode(header: J, claim: J): String
- def encode(header: , claim: JwtClaim, key: Key): String
- def encode(header: , claim: JwtClaim, key: String): String
- def encode(header: , claim: JwtClaim): String
- def encode(claim: JwtClaim, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(claim: JwtClaim, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(claim: JwtClaim, key: String, algorithm: JwtAlgorithm): String
- def encode(claim: JwtClaim): String
- def encode(claim: String, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(claim: String, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(claim: String, key: String, algorithm: JwtAlgorithm): String
- def encode(claim: String): String
- def encode(header: String, claim: String, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
- def encode(header: String, claim: String, key: SecretKey, algorithm: JwtHmacAlgorithm): String
- def encode(header: String, claim: String, key: String, algorithm: JwtAlgorithm): String
- def encode(header: String, claim: String): String
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def extractAlgorithm(header: ): Option[JwtAlgorithm]
- def extractExpiration(claim: JwtClaim): Option[Long]
- def extractNotBefore(claim: JwtClaim): Option[Long]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isValid(token: String, key: PublicKey): Boolean
- def isValid(token: String, key: PublicKey, options: JwtOptions): Boolean
- def isValid(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Boolean
- def isValid(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String, key: SecretKey): Boolean
- def isValid(token: String, key: SecretKey, options: JwtOptions): Boolean
- def isValid(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Boolean
- def isValid(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Boolean
- def isValid(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Boolean
- def isValid(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Boolean
- def isValid(token: String): Boolean
- def isValid(token: String, options: JwtOptions): Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def validate(token: String, key: PublicKey): Unit
- def validate(token: String, key: PublicKey, options: JwtOptions): Unit
- def validate(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Unit
- def validate(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(token: String, key: SecretKey): Unit
- def validate(token: String, key: SecretKey, options: JwtOptions): Unit
- def validate(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Unit
- def validate(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm]): Unit
- def validate(token: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Unit
- def validate(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(token: String): Unit
- def validate(token: String, options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: String, algorithms: => Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
- def validate(header64: String, header: H, claim64: String, claim: C, signature: String, options: JwtOptions, verify: (Array[Byte], Array[Byte], JwtAlgorithm) => Boolean): Unit
- def validate(header: H, claim: C, signature: String, options: JwtOptions): Unit
- def validateAsymmetricAlgorithm(algorithm: JwtAsymmetricAlgorithm, algorithms: Seq[JwtAsymmetricAlgorithm]): Boolean
- def validateHmacAlgorithm(algorithm: JwtHmacAlgorithm, algorithms: Seq[JwtHmacAlgorithm]): Boolean
- def validateTiming(claim: C, options: JwtOptions): Try[Unit]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit