37 #ifndef VIRGIL_CRYPTO_PFS_VIRGIL_PFS_RESPONDER_PUBLIC_INFO_H 38 #define VIRGIL_CRYPTO_PFS_VIRGIL_PFS_RESPONDER_PUBLIC_INFO_H 40 #include "../VirgilByteArray.h" 41 #include "VirgilPFSPublicKey.h" 43 namespace virgil {
namespace crypto {
namespace pfs {
90 #endif //VIRGIL_CRYPTO_PFS_VIRGIL_PFS_RESPONDER_PUBLIC_INFO_H VirgilPFSResponderPublicInfo(VirgilPFSPublicKey identityPublicKey, VirgilPFSPublicKey longTermPublicKey, VirgilPFSPublicKey oneTimePublicKey=VirgilPFSPublicKey())
Root namespace for all Virgil Security libraries.
Definition: VirgilAsn1Compatible.h:46
const VirgilPFSPublicKey & getIdentityPublicKey() const
Getter.
const VirgilPFSPublicKey & getOneTimePublicKey() const
Getter.
const VirgilPFSPublicKey & getLongTermPublicKey() const
Getter.
This is model object that handles public key.
Definition: VirgilPFSPublicKey.h:50
This is model object that represent public information of a PFS Responder.
Definition: VirgilPFSResponderPublicInfo.h:53