Keypop Calypso Crypto Asymmetric C++ API 0.2.0
Reference Calypso Crypto Asymmetric API for C++
include
keypop
calypso
crypto
asymmetric
certificate
spi
CardPublicKeySpi.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 <cstdint>
13
#include <vector>
14
15
namespace
keypop
{
16
namespace
calypso {
17
namespace
crypto {
18
namespace
asymmetric {
19
namespace
certificate {
20
namespace
spi {
21
27
class
CardPublicKeySpi
{
28
public
:
35
virtual
const
std::vector<uint8_t>&
getRawValue
()
const
= 0;
36
};
37
38
}
/* namespace spi */
39
}
/* namespace certificate */
40
}
/* namespace asymmetric */
41
}
/* namespace crypto */
42
}
/* namespace calypso */
43
}
/* namespace keypop */
keypop::calypso::crypto::asymmetric::certificate::spi::CardPublicKeySpi
Definition:
CardPublicKeySpi.hpp:27
keypop::calypso::crypto::asymmetric::certificate::spi::CardPublicKeySpi::getRawValue
virtual const std::vector< uint8_t > & getRawValue() const =0
keypop
Definition:
AsymmetricCryptoApiProperties.hpp:14
Generated by
1.9.2