8 #include <botan/asn1_obj.h>
9 #include <botan/der_enc.h>
10 #include <botan/ber_dec.h>
11 #include <botan/oids.h>
MemoryVector< byte > parameters
DER_Encoder & raw_bytes(const byte val[], size_t len)
BER_Decoder & decode(bool &)
void encode_into(class DER_Encoder &to) const
BER_Decoder start_cons(ASN1_Tag, ASN1_Tag=UNIVERSAL)
DER_Encoder & encode(bool b)
std::string lookup(const OID &oid)
BER_Decoder & raw_bytes(MemoryRegion< byte > &)
DER_Encoder & start_cons(ASN1_Tag type_tag, ASN1_Tag class_tag=UNIVERSAL)
void decode_from(class BER_Decoder &from)