2using System.Collections.Generic;
Interface for ASN.1 decoders
string DecodeBmpString(Stream Input)
Decodes a BmpString value.
string DecodePrintableString(Stream Input)
Decodes a PrintableString value.
DateTime DecodeDate(Stream Input)
Decodes a DATE value.
DateTime DecodeDateTime(Stream Input)
Decodes a DATE-TIME value.
long DecodeINTEGER(Stream Input)
Decodes an INTEGER value.
int[] DecodeRelativeObjectId(Stream Input)
Decodes a RELATIVE-OID value.
string DecodeUniversalString(Stream Input)
Decodes a UniversalString value.
TimeSpan DecodeTimeOfDay(Stream Input)
Decodes a TIME-OF-DAY value.
long DecodeIdentifier(out bool Constructed, out TagClass Class)
Decodes an identifier from the stream.
string DecodeVisibleString(Stream Input)
Decodes a VisibleString value.
string DecodeUtf8String(Stream Input)
Decodes a Utf8String value.
string DecodeNumericString(Stream Input)
Decodes a NumericString value.
long DecodeLength(Stream Input)
Decodes the length of a contents section.
string DecodeIa5String(Stream Input)
Decodes a IA5String value.
Duration DecodeDuration(Stream Input)
Decodes a DURATION value.
bool DecodeBOOLEAN(Stream Input)
Decodes a BOOLEAN value.
byte[] DecodeBitString(Stream Input, out int NrUnusedBits)
Decodes a BIT STRING value.
byte[] DecodeOctetString(Stream Input)
Decodes a OCTET STRING value.
int[] DecodeObjectId(Stream Input)
Decodes an OBJECT IDENTIFIER value.
Enum DecodeEnum< T >(Stream Input)
Decodes an enumerated value.
TimeSpan DecodeTime(Stream Input)
Decodes a TIME value.
double DecodeREAL(Stream Input)
Decodes a REAL value.
void DecodeNull(Stream Input)
Decodes a NULL value.
Represents a duration value, as defined by the xsd:duration data type: http://www....