Public Member Functions
RsaPublicKey Class Reference

#include <RsaPublicKey.h>

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

List of all members.

Public Member Functions

 RsaPublicKey (const DataPointer &start)
int size () const
 Size of data used in the file.
QString className () const
 Name of block element in the specification (or something meaningful if there is no name in the law)
void printOn (Reporter &report) const

Constructor & Destructor Documentation

RsaPublicKey::RsaPublicKey ( const DataPointer start) [inline]

Member Function Documentation

QString RsaPublicKey::className ( ) const [inline, virtual]

Name of block element in the specification (or something meaningful if there is no name in the law)

This usually matches the name of the c++-class used to read and show the data

Implements Block.

void RsaPublicKey::printOn ( Reporter report) const [inline, virtual]

Implements DataType.

int RsaPublicKey::size ( ) const [inline, virtual]

Size of data used in the file.

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

Implements DataType.


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