37 #ifndef VIRGIL_CRYPTO_PFS_VIRGIL_PFS_ENCRYPTED_MESSAGE_H
38 #define VIRGIL_CRYPTO_PFS_VIRGIL_PFS_ENCRYPTED_MESSAGE_H
40 #include "../VirgilByteArray.h"
42 namespace virgil {
namespace crypto {
namespace pfs {
85 #endif //VIRGIL_CRYPTO_PFS_VIRGIL_PFS_ENCRYPTED_MESSAGE_H
const VirgilByteArray & getSalt() const
Getter.
std::vector< unsigned char > VirgilByteArray
This type represents a sequence of bytes.
Definition: VirgilByteArray.h:50
const VirgilByteArray & getSessionIdentifier() const
Getter.
const VirgilByteArray & getCipherText() const
Getter.
This is model object that represent encrypted message produced by VirgilPFS.
Definition: VirgilPFSEncryptedMessage.h:50
VirgilPFSEncryptedMessage(VirgilByteArray sessionIdentifier, VirgilByteArray salt, VirgilByteArray cipherText)