Public Member Functions | Public Attributes | Static Public Attributes
RawRsaPublicKey Class Reference

#include <RawRsaPublicKey.h>

Inheritance diagram for RawRsaPublicKey:
Inheritance graph
[legend]
Collaboration diagram for RawRsaPublicKey:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RawRsaPublicKey (const DataPointer &filewalker)
QString className () const
 returns "RawRsaPublicKey"
int size () const
 Size of data used in the file.
virtual void printOn (Reporter &report) const

Public Attributes

LargeNumber n
LargeNumber e

Static Public Attributes

static const int staticSize = 136

Constructor & Destructor Documentation

RawRsaPublicKey::RawRsaPublicKey ( const DataPointer filewalker)

Member Function Documentation

QString RawRsaPublicKey::className ( ) const [virtual]

returns "RawRsaPublicKey"

Implements Block.

void RawRsaPublicKey::printOn ( Reporter report) const [virtual]
int RawRsaPublicKey::size ( ) const [virtual]

Size of data used in the file.

If the data element uses 3 bytes in the file, size() will return 3.

Implements DataType.


Member Data Documentation

Referenced by printOn().

Referenced by printOn().

const int RawRsaPublicKey::staticSize = 136 [static]

The documentation for this class was generated from the following files: