37 #ifndef VIRGIL_CRYPTO_PFS_VIRGIL_PFS_RESPONDER_PRIVATE_INFO_H 38 #define VIRGIL_CRYPTO_PFS_VIRGIL_PFS_RESPONDER_PRIVATE_INFO_H 40 #include "../VirgilByteArray.h" 41 #include "VirgilPFSPrivateKey.h" 43 namespace virgil {
namespace crypto {
namespace pfs {
90 #endif //VIRGIL_CRYPTO_PFS_VIRGIL_PFS_RESPONDER_PRIVATE_INFO_H VirgilPFSResponderPrivateInfo(VirgilPFSPrivateKey identityPrivateKey, VirgilPFSPrivateKey longTermPrivateKey, VirgilPFSPrivateKey oneTimePrivateKey=VirgilPFSPrivateKey())
Root namespace for all Virgil Security libraries.
Definition: VirgilAsn1Compatible.h:46
This is model object that handles private key.
Definition: VirgilPFSPrivateKey.h:50
const VirgilPFSPrivateKey & getLongTermPrivateKey() const
Getter.
const VirgilPFSPrivateKey & getOneTimePrivateKey() const
Getter.
This is model object that represent private information of a PFS Responder.
Definition: VirgilPFSResponderPrivateInfo.h:53
const VirgilPFSPrivateKey & getIdentityPrivateKey() const
Getter.