| Botan
    1.10.16
    | 
#include <eac_asn_obj.h>
 
  
 | Public Member Functions | |
| ASN1_Chr (std::string const &str="") | |
| void | decode_from (class BER_Decoder &) | 
| void | encode_into (class DER_Encoder &) const | 
| std::string | iso_8859 () const | 
| ASN1_Tag | tagging () const | 
| std::string | value () const | 
| Protected Member Functions | |
| bool | sanity_check () const | 
This class represents CHRs of CVCs (tag 32)
Definition at line 214 of file eac_asn_obj.h.
| Botan::ASN1_Chr::ASN1_Chr | ( | std::string const & | str = "" | ) | 
Create a CHR with the specified content.
| str | the CHR value | 
Definition at line 123 of file asn1_eac_str.cpp.
| 
 | virtualinherited | 
Decode whatever this object is from from
| from | the BER_Decoder that will be read from | 
Implements Botan::ASN1_Object.
Definition at line 66 of file asn1_eac_str.cpp.
References Botan::ASN1_EAC_String::ASN1_EAC_String(), Botan::BER_Decoder::get_next_object(), Botan::LATIN1_CHARSET, Botan::LOCAL_CHARSET, Botan::ASN1::to_string(), Botan::Charset::transcode(), and Botan::BER_Object::type_tag.
| 
 | virtualinherited | 
Encode whatever this object is into to
| to | the DER_Encoder that will be written to | 
Implements Botan::ASN1_Object.
Definition at line 57 of file asn1_eac_str.cpp.
References Botan::DER_Encoder::add_object(), Botan::APPLICATION, Botan::ASN1_EAC_String::iso_8859(), Botan::ASN1_EAC_String::tagging(), and Botan::ASN1_EAC_String::value().
| 
 | inherited | 
Get this objects string value.
Definition at line 33 of file asn1_eac_str.cpp.
Referenced by Botan::ASN1_EAC_String::encode_into(), Botan::EAC1_1_CVC::get_chat_value(), and Botan::operator==().
| 
 | protectedinherited | 
Definition at line 100 of file asn1_eac_str.cpp.
Referenced by Botan::ASN1_EAC_String::ASN1_EAC_String().
| 
 | inherited | 
Definition at line 49 of file asn1_eac_str.cpp.
Referenced by Botan::ASN1_EAC_String::encode_into().
| 
 | inherited | 
Get this objects string value.
Definition at line 41 of file asn1_eac_str.cpp.
References Botan::LATIN1_CHARSET, Botan::LOCAL_CHARSET, and Botan::Charset::transcode().
Referenced by Botan::ASN1_EAC_String::encode_into().
 1.8.13
 1.8.13