#include <Object.h>
Inheritance diagram for beecrypt::lang::Object:
Public Member Functions | |
Object () throw () | |
virtual | ~Object () |
virtual bool | equals (const Object &compare) const throw () |
Protected Member Functions | |
virtual Object * | clone () const throw (CloneNotSupportedException) |
|
|
|
|
|
Reimplemented in beecrypt::crypto::Mac, beecrypt::crypto::MacSpi, beecrypt::security::MessageDigest, beecrypt::security::MessageDigestSpi, and beecrypt::util::Date. |
|
Reimplemented in beecrypt::security::cert::Certificate, and beecrypt::util::Date. |