37 #ifndef VIRGIL_CRYPTO_PFS_VIRGIL_PFS_INITIATOR_PUBLIC_INFO_H 38 #define VIRGIL_CRYPTO_PFS_VIRGIL_PFS_INITIATOR_PUBLIC_INFO_H 40 #include "../VirgilByteArray.h" 41 #include "VirgilPFSPublicKey.h" 43 namespace virgil {
namespace crypto {
namespace pfs {
80 #endif //VIRGIL_CRYPTO_PFS_VIRGIL_PFS_INITIATOR_PUBLIC_INFO_H VirgilPFSInitiatorPublicInfo(VirgilPFSPublicKey identityPublicKey, VirgilPFSPublicKey ephemeralPublicKey)
This is model object that represent public information of a PFS Initiator.
Definition: VirgilPFSInitiatorPublicInfo.h:53
const VirgilPFSPublicKey & getIdentityPublicKey() const
Getter.
Root namespace for all Virgil Security libraries.
Definition: VirgilAsn1Compatible.h:46
This is model object that handles public key.
Definition: VirgilPFSPublicKey.h:50
const VirgilPFSPublicKey & getEphemeralPublicKey() const
Getter.