|
Botan 3.13.0
Crypto and TLS for C&
|
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) |
Internal Header.
Definition in file asn1_utils.h.