crypto::DigitalSignatureAlgorithm::KeyPair
Functions
#
KeyPair()=defaultcrypto::DigitalSignatureAlgorithm::KeyPair::KeyPair ()=default
#
KeyPair(const Construct &options)inline
explicit
crypto::DigitalSignatureAlgorithm::KeyPair::KeyPair (const Construct &options)
#
private_key() constinline
const PrivateKey & crypto::DigitalSignatureAlgorithm::KeyPair::private_key () const
Type: const PrivateKey &
#
public_key() constinline
const PublicKey & crypto::DigitalSignatureAlgorithm::KeyPair::public_key () const
Type: const PublicKey &
#
set_private_key(const PrivateKey &value)inline
KeyPair & crypto::DigitalSignatureAlgorithm::KeyPair::set_private_key (const PrivateKey &value)
Type: KeyPair &
Parameters:
- const PrivateKey &
value
#
set_public_key(const PublicKey &value)inline
KeyPair & crypto::DigitalSignatureAlgorithm::KeyPair::set_public_key (const PublicKey &value)
Type: KeyPair &
Parameters:
- const PublicKey &
value