Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cASN.h File Reference

Go to the source code of this file.

Classes

class  GrayLib::cASNBuf
 
class  GrayLib::cASNBufAlloc
 

Namespaces

 GrayLib
 

Typedefs

typedef BYTE GrayLib::ASN_t
 

Enumerations

enum  GrayLib::ASN_TYPE {
  GrayLib::ASN_Unknown = 0x00 , GrayLib::ASN_BOOLEAN = 0x01 , GrayLib::ASN_INTEGER = 0x02 , GrayLib::ASN_ArrayBits = 0x03 ,
  GrayLib::ASN_ArrayBytes = 0x04 , GrayLib::ASN_NULL = 0x05 , GrayLib::ASN_OID = 0x06 , GrayLib::ASN_REAL = 0x09 ,
  GrayLib::ASN_ENUMERATED = 0x0a , GrayLib::ASN_StringUTF8 = 0x0C , GrayLib::ASN_SEQUENCE = 0x10 , GrayLib::ASN_SET = 0x11 ,
  GrayLib::ASN_StringPrintable = 0x13 , GrayLib::ASN_StringT61 = 0x14 , GrayLib::ASN_StringIA5 = 0x16 , GrayLib::ASN_TimeUTC = 0x17 ,
  GrayLib::ASN_TimeGeneral = 0x18 , GrayLib::ASN_StringUniversal = 0x1C , GrayLib::ASN_Bitmap = 0x1E , GrayLib::ASNF_MASK = 0x1F ,
  GrayLib::ASNF_CONSTRUCTED = 0x20 , GrayLib::ASNF_APPLICATION = 0x40 , GrayLib::ASNF_CONTEXT_SPECIFIC = 0x80
}
 

Detailed Description