Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
include
keypop
calypso
card
transaction
SecureExtendedModeTransactionManager.hpp
Go to the documentation of this file.
1
/**************************************************************************************************
2
* Copyright (c) 2024 Calypso Networks Association https://calypsonet.org/ *
3
* *
4
* This program and the accompanying materials are made available under the *
5
* terms of the MIT License which is available at https://opensource.org/licenses/MIT. *
6
* *
7
* SPDX-License-Identifier: MIT *
8
**************************************************************************************************/
9
10
#pragma once
11
12
#include <memory>
13
#include <stdexcept>
14
15
namespace
keypop
{
16
namespace
calypso {
17
namespace
card {
18
namespace
transaction {
19
33
template
<
typename
T>
34
class
SecureExtendedModeTransactionManager
:
public
SecureSymmetricCryptoTransactionManager
<T> {
35
public
:
56
virtual
SecureExtendedModeTransactionManager
&
prepareEarlyMutualAuthentication
() = 0;
57
79
virtual
SecureExtendedModeTransactionManager
&
prepareActivateEncryption
() = 0;
80
100
virtual
SecureExtendedModeTransactionManager
&
prepareDeactivateEncryption
() = 0;
101
};
102
103
}
/* namespace transaction */
104
}
/* namespace card */
105
}
/* namespace calypso */
106
}
/* namespace keypop */
keypop::calypso::card::transaction::SecureExtendedModeTransactionManager
Definition:
SecureExtendedModeTransactionManager.hpp:34
keypop::calypso::card::transaction::SecureExtendedModeTransactionManager::prepareDeactivateEncryption
virtual SecureExtendedModeTransactionManager & prepareDeactivateEncryption()=0
keypop::calypso::card::transaction::SecureExtendedModeTransactionManager::prepareEarlyMutualAuthentication
virtual SecureExtendedModeTransactionManager & prepareEarlyMutualAuthentication()=0
keypop::calypso::card::transaction::SecureExtendedModeTransactionManager::prepareActivateEncryption
virtual SecureExtendedModeTransactionManager & prepareActivateEncryption()=0
keypop::calypso::card::transaction::SecureSymmetricCryptoTransactionManager
Definition:
SecureSymmetricCryptoTransactionManager.hpp:34
keypop
Definition:
CalypsoCardApiFactory.hpp:22
Generated by
1.9.2