SysadminsLV.Asn1Parser.Universal Namespace
Contains ASN.1 Universal primitive types.
Asn1AnyType |
Represents arbitrary ASN.1 type.
|
Asn1BitString |
Represents a BIT_STRING ASN.1 tag object.
|
Asn1BMPString |
Represents a BMPString ASN.1 tag object. BMPString is a 16-bit unicode
string where each character is encoded by using two bytes in Big-Endian encoding.
|
Asn1Boolean |
Represents an ASN.1 BOOLEAN data type.
|
Asn1DateTime |
Represents base class for UTCTime and GeneralizedTime ASN.1 types
|
Asn1Enumerated |
Represents an ASN.1 ENUMERATED data type.
|
Asn1GeneralizedTime |
Represents an ASN.1 GeneralizedTime data type.
|
Asn1IA5String |
Represents an ASN.1 IA5String data type. IA5String contains characters
from International ASCII character (International Alphabet 5) set.
|
Asn1Integer |
Represents an ASN.1 INTEGER data type.
|
Asn1Null |
Represents an ASN.1 NULL data type.
|
Asn1NumericString |
Represents an ASN.1 NumericString data type. NumericString consists of numeric characters
(0-9) and space.
|
Asn1ObjectIdentifier |
Represents ASN.1 Object Identifier type.
|
Asn1OctetString |
Represents an ASN.1 OCTET_STRING data type.
|
Asn1PrintableString |
Represents an ASN.1 PrintableString data type. PrintableString consists of the following
characters: a-z, A-Z, ' () +,-.?:/= and SPACE.
|
Asn1String |
Represents base class for ASN.1 string types.
|
Asn1TeletexString |
Represents an ASN.1 TeletexString data type. TeletexString may contain characters from T.101 and CCITT, which
are basically characters encoded with 7-bits (0-127 in ASCII table).
|
Asn1Universal |
Represents a base class for ASN.1 primitive tag classes. This class provides
|
Asn1UniversalString |
Represents an ASN.1 UniversalString data type. Universal String represents strings where each character
is encoded using 4 bytes.
|
Asn1UtcTime |
Represents ASN.1 UTCTime universal tag.
|
Asn1UTF8String |
Represents an ASN.1 UTF8String data type. UTF8String consist of 8-bit encoded characters, including control
characters.
|
Asn1VideotexString |
Represents an ASN.1 VideotexString data type.
The ASN.1 VideotexString type supports T.100/T.101 characters. This type is no longer used.
|
Asn1VisibleString |
Represents ASN.1 VisibleString data type. VisibleString consist of characters from international
printing character set. International printing character set contains characters starting from 32 and up to 126
codes in ASCII character table.
|