Plaintext representation of a RAMF payload.

Not to be confused with the final RAMF payload; e.g., a CMS EnvelopedData value containing the ciphertext representation of the plaintext.

interface Payload {
    serialize: (() => ArrayBuffer);
}

Implemented by

Properties

Properties

serialize: (() => ArrayBuffer)

Type declaration

    • (): ArrayBuffer
    • Returns ArrayBuffer

Generated using TypeDoc