Keypop Calypso Crypto Asymmetric C++ API 0.2.0
Reference Calypso Crypto Asymmetric API for C++
include
keypop
calypso
crypto
asymmetric
certificate
spi
cpp
PublicKey.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
namespace
cpp {
22
28
class
PublicKey
{
29
public
:
33
virtual
~PublicKey
() =
default
;
34
};
35
36
}
/* namespace cpp */
37
}
/* namespace spi */
38
}
/* namespace certificate */
39
}
/* namespace asymmetric */
40
}
/* namespace crypto */
41
}
/* namespace calypso */
42
}
/* namespace keypop */
keypop::calypso::crypto::asymmetric::certificate::spi::cpp::PublicKey
Definition:
PublicKey.hpp:28
keypop::calypso::crypto::asymmetric::certificate::spi::cpp::PublicKey::~PublicKey
virtual ~PublicKey()=default
keypop
Definition:
AsymmetricCryptoApiProperties.hpp:14
Generated by
1.9.2