7#ifndef BOTAN_ASN1_UTILS_H_
8#define BOTAN_ASN1_UTILS_H_
10#include <botan/asn1_obj.h>
bool is_single_der_object(std::span< const uint8_t > bytes, ASN1_Type expected_type, ASN1_Class expected_class)
std::vector< uint8_t > integer_contents(const BigInt &n)
BigInt integer_from_contents(std::span< const uint8_t > contents)
bool is_der_sequence_header(std::span< const uint8_t > bytes)