interface SignatureDataOptions {
    algorithm?: UAString;
    signature?: Buffer;
}

Properties

algorithm?: UAString
signature?: Buffer