|
Botan 3.13.0
Crypto and TLS for C&
|
#include <botan/ber_dec.h>#include <botan/bigint.h>#include <botan/data_src.h>#include <botan/internal/asn1_utils.h>#include <botan/internal/int_utils.h>#include <botan/internal/loadstor.h>#include <algorithm>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
| namespace | Botan::ASN1 |
Functions | |
| 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) |