Botan 3.13.0
Crypto and TLS for C&
asn1_utils.h File Reference

Internal Header. More...

#include <botan/asn1_obj.h>
#include <span>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  Botan
namespace  Botan::ASN1

Functions

std::vector< uint8_t > Botan::ASN1::integer_contents (const BigInt &n)
BigInt Botan::ASN1::integer_from_contents (std::span< const uint8_t > contents)
bool Botan::ASN1::is_der_sequence_header (std::span< const uint8_t > bytes)
bool Botan::ASN1::is_single_der_object (std::span< const uint8_t > bytes, ASN1_Type expected_type, ASN1_Class expected_class)

Detailed Description

Internal Header.

Definition in file asn1_utils.h.