SignedDataWithCert

Similar to SignedData but instead of just attaching the public key, the certificate for the key is attached instead.

Constructors

Link copied to clipboard
constructor(raw: SerializedBytes<T>, sig: DigitalSignatureWithCert)

Properties

Link copied to clipboard
open override val id: SecureHash
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun verified(): T