Companion

Functions

Link copied to clipboard
fun issued(jws: JwsCompact, disclosures: List<String>): SdJwtSigned
Link copied to clipboard
fun parseCatching(input: String): KmmResult<SdJwtSigned>
Link copied to clipboard
fun presented(jws: JwsCompact, disclosures: Set<String>, keyBinding: JwsCompactTyped<KeyBindingJws>): SdJwtSigned
Link copied to clipboard
fun serializePresentation(jwsFromIssuer: JwsCompact, filteredDisclosures: Set<String>, keyBinding: JwsCompactTyped<KeyBindingJws>): String

Compact serialization: JWT in JWS compact serialization (Base64-URL with dots), disclosures and key binding appended, separated by a tilde.