Signature

data class Signature(val data: String, val signature: String, val algorithm: String, val keyId: String)

Representation of a signature and associated signed data.

Constructors

Link copied to clipboard
constructor(data: String, signature: String, algorithm: String, keyId: String)

Properties

Link copied to clipboard

String Algorithm used to sign the data.

Link copied to clipboard

String Data that is signed.

Link copied to clipboard

String Identifier of the key used to sign the data.

Link copied to clipboard

String Signature of the data.