Signature

@Serializable(with = JwsAlgorithmSerializer::class)
sealed class Signature : JwsAlgorithm, SpecializedSignatureAlgorithm(source)

Inheritors

Types

Link copied to clipboard
object Companion : Enumeration<JwsAlgorithm.Signature>
Link copied to clipboard
sealed class EC : JwsAlgorithm.Signature
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
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.