EC

Types

Link copied to clipboard
object Companion : Enumeration<JwsAlgorithm.Signature.EC>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open override val algorithm: SignatureAlgorithm
Link copied to clipboard
open val digest: Digest?
Link copied to clipboard
val ecCurve: ECCurve

The curve to create signatures on. This is fixed by RFC7518, as opposed to X.509 where other combinations are possible.

Link copied to clipboard
open override val identifier: String

Functions

Link copied to clipboard
fun SpecializedDataIntegrityAlgorithm.toJwsAlgorithm(): KmmResult<JwsAlgorithm>

Tries to find a matching JWS algorithm

fun SpecializedSignatureAlgorithm.toJwsAlgorithm(): KmmResult<JwsAlgorithm>

Tries to find a matching JWS algorithm.