37 #ifndef VIRGIL_CRYPTO_PFS_VIRGIL_PFS_INITIATOR_PRIVATE_INFO_H 
   38 #define VIRGIL_CRYPTO_PFS_VIRGIL_PFS_INITIATOR_PRIVATE_INFO_H 
   40 #include "../VirgilByteArray.h" 
   41 #include "VirgilPFSPrivateKey.h" 
   43 namespace virgil { 
namespace crypto { 
namespace pfs {
 
   80 #endif //VIRGIL_CRYPTO_PFS_VIRGIL_PFS_INITIATOR_PRIVATE_INFO_H 
This is model object that represent private information of a PFS Initiator. 
Definition: VirgilPFSInitiatorPrivateInfo.h:53
const VirgilPFSPrivateKey & getIdentityPrivateKey() const 
Getter. 
This is model object that handles private key. 
Definition: VirgilPFSPrivateKey.h:50
VirgilPFSInitiatorPrivateInfo(VirgilPFSPrivateKey identityPrivateKey, VirgilPFSPrivateKey ephemeralPrivateKey)
const VirgilPFSPrivateKey & getEphemeralPrivateKey() const 
Getter.