8#ifndef BOTAN_EAC_OBJ_H__
9#define BOTAN_EAC_OBJ_H__
11#include <botan/signed_obj.h>
12#include <botan/ecdsa_sig.h>
19template<
typename Derived>
void init(DataSource &in)
SecureVector< byte > get_concat_sig() const
bool check_signature(class Public_Key &key) const
bool check_signature(class Public_Key &key, const MemoryRegion< byte > &sig) const
SecureVector< byte > tbs_bits
std::string PEM_label_pref
MemoryVector< byte > get_concatenation() const
MemoryVector< byte > DER_encode() const
Decoding_Error(const std::string &name)