- BER_encode
Vector!ubyte BER_encode()
- PEM_encode
string PEM_encode()
- checkSignature
bool checkSignature(PublicKey pub_key)
Check the signature on this data
- decodeFrom
void decodeFrom(BERDecoder from)
Undocumented in source. Be warned that the author may not have intended to support it.
- doDecode
void doDecode()
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeInto
void encodeInto(DEREncoder to)
Undocumented in source. Be warned that the author may not have intended to support it.
- forceDecode
void forceDecode()
Undocumented in source.
- hashUsedForSignature
string hashUsedForSignature()
- signature
const(Vector!ubyte) signature()
- signatureAlgorithm
const(AlgorithmIdentifier) signatureAlgorithm()
- tbsData
const(Vector!ubyte) tbsData()
The underlying data that is to be or was signed
This class represents abstract X.509 signed objects as in the X.500 SIGNED macro