oa::PublicKey

PublicKey class in the OA Crypto public surface.

Public Methods

bool oa::PublicKey::isZero()
bool oa::PublicKey::operator!=(const PublicKey & inOther)
bool oa::PublicKey::operator==(const PublicKey & inOther)
oa::String oa::PublicKey::toShortHex()

Public Data Members

bytesArrayfield

Constructor & Destructor Documentation

oa::PublicKey::PublicKey()
No public source comment is attached to this declaration.

Public Method Documentation

bool oa::PublicKey::isZero()
No public source comment is attached to this declaration.

Returns

bool

The declared return value.

bool oa::PublicKey::operator!=( const PublicKey & inOther )
No public source comment is attached to this declaration.

Parameters

inOther
const PublicKey &

Returns

bool

The declared return value.

bool oa::PublicKey::operator==( const PublicKey & inOther )
No public source comment is attached to this declaration.

Parameters

inOther
const PublicKey &

Returns

bool

The declared return value.

oa::String oa::PublicKey::toShortHex()
No public source comment is attached to this declaration.

Returns

oa::String

The declared return value.