Interface SignatureOptions

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

Properties

shouldEncapsulatePlaintext: boolean
startDate: Date

Generated using TypeDoc