Keypop Calypso Crypto Asymmetric C++ API 0.2.0
Reference Calypso Crypto Asymmetric API for C++
Public Member Functions | List of all members
keypop::calypso::crypto::asymmetric::certificate::spi::CardPublicKeySpi Class Referenceabstract

#include <CardPublicKeySpi.hpp>

Public Member Functions

virtual const std::vector< uint8_t > & getRawValue () const =0
 

Detailed Description

SPI providing the card's public key.

Since
0.2.0

Definition at line 27 of file CardPublicKeySpi.hpp.

Member Function Documentation

◆ getRawValue()

virtual const std::vector< uint8_t > & keypop::calypso::crypto::asymmetric::certificate::spi::CardPublicKeySpi::getRawValue ( ) const
pure virtual

Get the raw value of the card's public key as a byte array.

Returns
A 64-byte byte array.
Since
0.2.0

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