Virgil Security Crypto library  2.6.3
Public Member Functions | List of all members
virgil::crypto::pfs::VirgilPFSResponderPrivateInfo Class Reference

This is model object that represent private information of a PFS Responder. More...

#include <VirgilPFSResponderPrivateInfo.h>

Public Member Functions

 VirgilPFSResponderPrivateInfo (VirgilPFSPrivateKey identityPrivateKey, VirgilPFSPrivateKey longTermPrivateKey, VirgilPFSPrivateKey oneTimePrivateKey=VirgilPFSPrivateKey())
 
const VirgilPFSPrivateKeygetIdentityPrivateKey () const
 Getter. More...
 
const VirgilPFSPrivateKeygetLongTermPrivateKey () const
 Getter. More...
 
const VirgilPFSPrivateKeygetOneTimePrivateKey () const
 Getter. More...
 

Detailed Description

This is model object that represent private information of a PFS Responder.

Responder is a side that accept incoming communication.

See also
VirgilPFS

Constructor & Destructor Documentation

virgil::crypto::pfs::VirgilPFSResponderPrivateInfo::VirgilPFSResponderPrivateInfo ( VirgilPFSPrivateKey  identityPrivateKey,
VirgilPFSPrivateKey  longTermPrivateKey,
VirgilPFSPrivateKey  oneTimePrivateKey = VirgilPFSPrivateKey() 
)
Parameters
identityPrivateKey- private key that is connected to the Responder's identity.
longTermPrivateKey- private key that can be alive few weeks.
oneTimePrivateKey- private key that is used once for new communication.

Member Function Documentation

const VirgilPFSPrivateKey& virgil::crypto::pfs::VirgilPFSResponderPrivateInfo::getIdentityPrivateKey ( ) const
const VirgilPFSPrivateKey& virgil::crypto::pfs::VirgilPFSResponderPrivateInfo::getLongTermPrivateKey ( ) const
const VirgilPFSPrivateKey& virgil::crypto::pfs::VirgilPFSResponderPrivateInfo::getOneTimePrivateKey ( ) const

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