Type Members
-
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[JwtClaim]
-
def
decode(token: String, key: PublicKey, options: JwtOptions): Try[JwtClaim]
-
def
decode(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[JwtClaim]
-
-
def
decode(token: String, key: SecretKey): Try[JwtClaim]
-
def
decode(token: String, key: SecretKey, options: JwtOptions): Try[JwtClaim]
-
def
decode(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[JwtClaim]
-
def
decode(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[JwtClaim]
-
def
decode(token: String, key: String, algorithms: ⇒ Seq[JwtAsymmetricAlgorithm]): Try[JwtClaim]
-
-
def
decode(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[JwtClaim]
-
def
decode(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[JwtClaim]
-
def
decode(token: String): Try[JwtClaim]
-
def
decode(token: String, options: JwtOptions): Try[JwtClaim]
-
def
decodeAll(token: String, key: PublicKey): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: PublicKey, options: JwtOptions): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[(JwtHeader, JwtClaim, String)]
-
-
def
decodeAll(token: String, key: SecretKey): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: SecretKey, options: JwtOptions): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: String, algorithms: ⇒ Seq[JwtAsymmetricAlgorithm]): Try[(JwtHeader, JwtClaim, String)]
-
-
def
decodeAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, options: JwtOptions): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeJson(token: String, key: PublicKey): Try[Json]
-
def
decodeJson(token: String, key: PublicKey, options: JwtOptions): Try[Json]
-
def
decodeJson(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[Json]
-
def
decodeJson(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[Json]
-
def
decodeJson(token: String, key: SecretKey): Try[Json]
-
def
decodeJson(token: String, key: SecretKey, options: JwtOptions): Try[Json]
-
def
decodeJson(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[Json]
-
def
decodeJson(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[Json]
-
def
decodeJson(token: String, key: String, algorithms: ⇒ Seq[JwtAsymmetricAlgorithm]): Try[Json]
-
def
decodeJson(token: String, key: String, algorithms: ⇒ Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[Json]
-
def
decodeJson(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[Json]
-
def
decodeJson(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[Json]
-
def
decodeJson(token: String): Try[Json]
-
def
decodeJson(token: String, options: JwtOptions): Try[Json]
-
def
decodeJsonAll(token: String, key: PublicKey): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: PublicKey, options: JwtOptions): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm]): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: SecretKey): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: SecretKey, options: JwtOptions): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: String, algorithms: ⇒ Seq[JwtAsymmetricAlgorithm]): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: String, algorithms: ⇒ Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String): Try[(Json, Json, String)]
-
def
decodeJsonAll(token: String, options: JwtOptions): Try[(Json, Json, 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: Json, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String
-
def
encode(claim: Json, key: SecretKey, algorithm: JwtHmacAlgorithm): String
-
def
encode(claim: Json, key: String, algorithm: JwtAlgorithm): String
-
def
encode(claim: Json): String
-
def
encode(header: Json, claim: Json, key: Key): String
-
def
encode(header: Json, claim: Json, key: String): String
-
def
encode(header: Json, claim: Json): String
-
def
encode(header: JwtHeader, claim: JwtClaim, key: Key): String
-
def
encode(header: JwtHeader, claim: JwtClaim, key: String): String
-
def
encode(header: JwtHeader, claim: JwtClaim): 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: Any): Boolean
-
-
-
-
-
final
def
getClass(): Class[_]
-
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: 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[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
-
def
parse(value: String): Json
-
def
parseClaim(claim: String): JwtClaim
-
def
parseHeader(header: String): JwtHeader
-
def
stringify(value: Json): String
-
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: JwtHeader, claim64: String, claim: JwtClaim, signature: String, key: PublicKey, algorithms: Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
-
def
validate(header64: String, header: JwtHeader, claim64: String, claim: JwtClaim, signature: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
-
def
validate(header64: String, header: JwtHeader, claim64: String, claim: JwtClaim, signature: String, key: String, algorithms: ⇒ Seq[JwtAsymmetricAlgorithm], options: JwtOptions): Unit
-
def
validate(header64: String, header: JwtHeader, claim64: String, claim: JwtClaim, signature: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
-
-
def
validate(header: JwtHeader, claim: JwtClaim, signature: String, options: JwtOptions): 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 AnyRef
Inherited from Any