data overloads

Synopses

Declared in <pubkey.h>

Pointer to the first byte of the key data.

unsigned char const*
data() const;

Mutable pointer to the first byte of the key data.

unsigned char*
data();

Return Value

  • A pointer to the first byte of the key data.

  • A mutable pointer to the first byte of the key data.

Created with MrDocs