SignatureBundleVerification

data class SignatureBundleVerification(val plaintext: ByteArray, val member: Member)

Successful signature bundle verification.

Constructors

Link copied to clipboard
constructor(plaintext: ByteArray, member: Member)

Properties

Link copied to clipboard

The member that produced the signature.

Link copied to clipboard

The plaintext whose signature was verified.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int