Interface SignatureOptions

Options for creating signatures

interface SignatureOptions {
    shouldEncapsulatePlaintext: boolean;
    startDate: Date;
}

Properties

shouldEncapsulatePlaintext: boolean

Whether to include the plaintext in the signature bundle

startDate: Date

The date from which the signature is valid

Generated using TypeDoc