37 #ifndef VIRGIL_CRYPTO_PFS_VIRGIL_PFS_SESSION_H
38 #define VIRGIL_CRYPTO_PFS_VIRGIL_PFS_SESSION_H
40 #include "../VirgilByteArray.h"
44 namespace virgil {
namespace crypto {
namespace pfs {
112 #endif //VIRGIL_CRYPTO_PFS_VIRGIL_PFS_SESSION_H
This is model object that represent session in PFS communication.
Definition: VirgilPFSSession.h:56
const VirgilByteArray & getDecryptionSecretKey() const
Getter.
std::vector< unsigned char > VirgilByteArray
This type represents a sequence of bytes.
Definition: VirgilByteArray.h:50
const VirgilByteArray & getEncryptionSecretKey() const
Getter.
const VirgilByteArray & getIdentifier() const
Getter.
This is the main entry for the all Perfect Forward Secrecy (PFS) Modules.
Definition: VirgilPFS.h:62
const VirgilByteArray & getAdditionalData() const
Getter.
VirgilPFSSession()
Create empty session.