#include <RawEncryptedCertificate.h>
Public Member Functions | |
RawEncryptedCertificate (const DataPointer &filewalker) | |
QString | className () const |
returns "RawEncryptedCertificate" | |
int | size () const |
Size of data used in the file. | |
virtual void | printOn (Reporter &report) const |
Public Attributes | |
RawData | sign |
RawData | cndash |
CertificateAuthority | certificateAuthorityReference |
Static Public Attributes | |
static const int | staticSize = 194 |
RawEncryptedCertificate::RawEncryptedCertificate | ( | const DataPointer & | filewalker | ) |
QString RawEncryptedCertificate::className | ( | ) | const [virtual] |
returns "RawEncryptedCertificate"
Implements Block.
void RawEncryptedCertificate::printOn | ( | Reporter & | report | ) | const [virtual] |
Implements DataType.
References certificateAuthorityReference, cndash, sign, Reporter::tagValuePair(), RawData::toString(), and Reporter::writeBlock().
int RawEncryptedCertificate::size | ( | ) | const [virtual] |
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
const int RawEncryptedCertificate::staticSize = 194 [static] |