Companion

Contains convenience functions

Functions

Link copied to clipboard
fun deserialize(it: String): KmmResult<JsonWebKey>
Link copied to clipboard
fun fromCoordinates(curve: ECCurve, x: ByteArray, y: ByteArray): KmmResult<JsonWebKey>
Link copied to clipboard
fun fromDid(input: String): KmmResult<JsonWebKey>
Link copied to clipboard
fun fromIosEncoded(bytes: ByteArray): KmmResult<JsonWebKey>