Keypop Calypso Crypto Asymmetric C++ API 0.2.0
Reference Calypso Crypto Asymmetric API for C++
CaCertificateSpi.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
16
17namespace keypop {
18namespace calypso {
19namespace crypto {
20namespace asymmetric {
21namespace certificate {
22namespace spi {
23
30public:
37 virtual const std::vector<uint8_t>& getIssuerPublicKeyReference() const = 0;
38
58 virtual const CaCertificateContentSpi&
60 = 0;
61};
62
63} /* namespace spi */
64} /* namespace certificate */
65} /* namespace asymmetric */
66} /* namespace crypto */
67} /* namespace calypso */
68} /* namespace keypop */
virtual const CaCertificateContentSpi & checkCertificateAndGetContent(const CaCertificateContentSpi &issuerCertificateContent)=0
virtual const std::vector< uint8_t > & getIssuerPublicKeyReference() const =0