DTASN1Type Constants Reference
| Declared in | DTASN1Parser.h |
DTASN1Type
Types of ASN1 tags, specifying the type of the following value in TLV notation
Definition
typedef NS_ENUM(NSUInteger, DTASN1Type ) {
DTASN1TypeEOC = 0 x00,
DTASN1TypeBoolean = 0 x01,
DTASN1TypeInteger = 0 x02,
DTASN1TypeBitString = 0 x03,
DTASN1TypeOctetString = 0 x04,
DTASN1TypeNull = 0 x05,
DTASN1TypeObjectIdentifier = 0 x06,
DTASN1TypeObjectDescriptor = 0 x07,
DTASN1TypeExternal = 0 x08,
DTASN1TypeReal = 0 x09,
DTASN1TypeEnumerated = 0 x0a,
DTASN1TypeEmbeddedPDV = 0 x0b,
DTASN1TypeUTF8String = 0 x0c,
DTASN1TypeSequence = 0 x10,
DTASN1TypeSet = 0 x11,
DTASN1TypeNumericString = 0 x12,
DTASN1TypePrintableString = 0 x13,
DTASN1TypeTeletexString = 0 x14,
DTASN1TypeVideoTextString = 0 x15,
DTASN1TypeIA5String = 0 x16,
DTASN1TypeUTCTime = 0 x17,
DTASN1TypeGeneralizedTime = 0 x18,
DTASN1TypeGraphicString = 0 x19,
DTASN1TypeVisibleString = 0 x1a,
DTASN1TypeGeneralString = 0 x1b,
DTASN1TypeUniversalString = 0 x1c,
DTASN1TypeBitmapString = 0 x1e,
DTASN1TypeUsesLongForm = 0 x1f,
};
Constants
DTASN1TypeEOC-
DTASN1 type for EOCDeclared In
DTASN1Parser.h. DTASN1TypeBoolean-
DTASN1 type for BooleanDeclared In
DTASN1Parser.h. DTASN1TypeInteger-
DTASN1 type for integer numbersDeclared In
DTASN1Parser.h. DTASN1TypeBitString-
DTASN1 type for Bit StringsDeclared In
DTASN1Parser.h. DTASN1TypeOctetString-
DTASN1 type for Octet StringsDeclared In
DTASN1Parser.h. DTASN1TypeNull-
DTASN1 type for NULL valuesDeclared In
DTASN1Parser.h. DTASN1TypeObjectIdentifier-
DTASN1 type for object identifiersDeclared In
DTASN1Parser.h. DTASN1TypeObjectDescriptor-
DTASN1 type for object descriptorsDeclared In
DTASN1Parser.h. DTASN1TypeExternal-
DTASN1 type for external referencesDeclared In
DTASN1Parser.h. DTASN1TypeReal-
DTASN1 type for floating point numbersDeclared In
DTASN1Parser.h. DTASN1TypeEnumerated-
DTASN1 type for enumerated valuesDeclared In
DTASN1Parser.h. DTASN1TypeEmbeddedPDV-
DTASN1 type for embedded PDV valuesDeclared In
DTASN1Parser.h. DTASN1TypeUTF8String-
DTASN1 type for UTF8 stringsDeclared In
DTASN1Parser.h. DTASN1TypeSequence-
DTASN1 type for sequencesDeclared In
DTASN1Parser.h. DTASN1TypeSet-
DTASN1 type for setsDeclared In
DTASN1Parser.h. DTASN1TypeNumericString-
DTASN1 type for numeric stringsDeclared In
DTASN1Parser.h. DTASN1TypePrintableString-
DTASN1 type for printable stringsDeclared In
DTASN1Parser.h. DTASN1TypeTeletexString-
DTASN1 type for teletex stringsDeclared In
DTASN1Parser.h. DTASN1TypeVideoTextString-
DTASN1 type for video text stringsDeclared In
DTASN1Parser.h. DTASN1TypeIA5String-
DTASN1 type for IA5 stringsDeclared In
DTASN1Parser.h. DTASN1TypeUTCTime-
DTASN1 type for UTC timesDeclared In
DTASN1Parser.h. DTASN1TypeGeneralizedTime-
DTASN1 type for generalized timesDeclared In
DTASN1Parser.h. DTASN1TypeGraphicString-
DTASN1 type for generalized time valuesDeclared In
DTASN1Parser.h. DTASN1TypeVisibleString-
DTASN1 type for visible stringsDeclared In
DTASN1Parser.h. DTASN1TypeGeneralString-
DTASN1 type for general stringsDeclared In
DTASN1Parser.h. DTASN1TypeUniversalString-
DTASN1 type for universal stringsDeclared In
DTASN1Parser.h. DTASN1TypeBitmapString-
DTASN1 type for bitmap stringsDeclared In
DTASN1Parser.h. DTASN1TypeUsesLongForm-
DTASN1 value to signify that the value uses the long formDeclared In
DTASN1Parser.h.
Declared In
DTASN1Parser.h