#include <botan/cvc_gen_cert.h>
#include <botan/ecdsa.h>
#include <string>
Go to the source code of this file.
|
ECDSA_PublicKey * | Botan::decode_eac1_1_key (const MemoryRegion< byte > &, AlgorithmIdentifier &) |
|
EAC1_1_CVC BOTAN_DLL | Botan::make_cvc_cert (PK_Signer &signer, const MemoryRegion< byte > &public_key, ASN1_Car const &car, ASN1_Chr const &chr, byte holder_auth_templ, ASN1_Ced ced, ASN1_Cex cex, RandomNumberGenerator &rng) |
|
bool | Botan::operator!= (EAC1_1_CVC const &lhs, EAC1_1_CVC const &rhs) |
|