SignedObject

Undocumented in source.

Members

Functions

encode
void encode(Pipe pipe, X509Encoding encoding)

Write this object DER encoded into a specified pipe.

forceDecode
void forceDecode()
Undocumented in source.
getConcatSig
const(Vector!ubyte) getConcatSig()

Get the signature of this object as a concatenation, i.e. if the signature consists of multiple parts (like in the case of ECDSA) these will be concatenated.

tbsData
const(Vector!ubyte) tbsData()

Get the TBS (to-be-signed) data in this object.

Meta