package jws
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- jws
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class JWSSigner extends Tracing
- abstract class JWSVerifier extends AnyRef
- abstract class JsonWebSignature extends Tracing
Value Members
- def decodeBase64Str(input: String): Array[Byte]
- def decodeJson(bytes: Array[Byte]): JsonStructure
- def decodeJson(value: String): JsonStructure
- def encodeBytes(bytes: Array[Byte]): Array[Byte]
- def encodeJson(jsonStructure: JsonStructure): String
- def hmac(secretKey: SecretKey, signingInput: String): Array[Byte]
- def parse(path: Path): JsonStructure