Botan 3.6.1
Crypto and TLS for C&
|
#include <pkix_types.h>
Public Member Functions | |
Attribute ()=default | |
Attribute (const OID &oid, const std::vector< uint8_t > ¶ms) | |
Attribute (std::string_view oid_str, const std::vector< uint8_t > ¶ms) | |
std::vector< uint8_t > | BER_encode () const |
void | decode_from (BER_Decoder &from) override |
void | encode_into (DER_Encoder &to) const override |
const std::vector< uint8_t > & | get_parameters () const |
const OID & | object_identifier () const |
const OID & | oid () const |
const std::vector< uint8_t > & | parameters () const |
Definition at line 219 of file pkix_types.h.
|
default |
Botan::Attribute::Attribute | ( | const OID & | oid, |
const std::vector< uint8_t > & | params ) |
Definition at line 18 of file x509_attribute.cpp.
Botan::Attribute::Attribute | ( | std::string_view | oid_str, |
const std::vector< uint8_t > & | params ) |
Definition at line 24 of file x509_attribute.cpp.
|
inherited |
Return the encoding of this object. This is a convenience method when just one object needs to be serialized. Use DER_Encoder for complicated encodings.
Definition at line 19 of file asn1_obj.cpp.
References Botan::ASN1_Object::encode_into().
Referenced by Botan::PSS_Params::decode_from(), Botan::Certificate_Store_In_SQL::find_all_certs(), Botan::Certificate_Store_In_SQL::find_cert(), Botan::X509_Certificate::fingerprint(), Botan::Certificate_Store_In_SQL::insert_cert(), Botan::X509_Object::PEM_encode(), and Botan::Certificate_Store_In_SQL::revoke_cert().
|
overridevirtual |
Decode whatever this object is from from
from | the BER_Decoder that will be read from |
Implements Botan::ASN1_Object.
Definition at line 37 of file x509_attribute.cpp.
References Botan::BER_Decoder::decode(), Botan::BER_Decoder::end_cons(), Botan::BER_Decoder::raw_bytes(), Botan::BER_Decoder::start_sequence(), and Botan::BER_Decoder::start_set().
|
overridevirtual |
Encode whatever this object is into to
to | the DER_Encoder that will be written to |
Implements Botan::ASN1_Object.
Definition at line 30 of file x509_attribute.cpp.
References Botan::DER_Encoder::encode(), Botan::DER_Encoder::end_cons(), Botan::DER_Encoder::raw_bytes(), Botan::DER_Encoder::start_sequence(), and Botan::DER_Encoder::start_set().
|
inline |
Definition at line 234 of file pkix_types.h.
|
inline |
Definition at line 232 of file pkix_types.h.
|
inline |
Definition at line 228 of file pkix_types.h.
|
inline |
Definition at line 230 of file pkix_types.h.