|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.Security.Cryptography.DerSequenceReader:Package Types | |
| enum | DerTag : byte { Boolean = 1 , Integer , BitString , OctetString , Null , ObjectIdentifier , UTF8String = 12 , Sequence = 16 , Set , PrintableString = 19 , T61String , IA5String = 22 , UTCTime , GeneralizedTime , BMPString = 30 } |
Package Functions | |
| DerSequenceReader (byte[] data) | |
| DerSequenceReader (byte[] data, int offset, int length) | |
| byte | PeekTag () |
| void | SkipValue () |
| byte[] | ReadNextEncodedValue () |
| bool | ReadBoolean () |
| int | ReadInteger () |
| byte[] | ReadIntegerBytes () |
| byte[] | ReadBitString () |
| byte[] | ReadOctetString () |
| string | ReadOidAsString () |
| string | ReadUtf8String () |
| DerSequenceReader | ReadSequence () |
| DerSequenceReader | ReadSet () |
| string | ReadPrintableString () |
| string | ReadIA5String () |
| string | ReadT61String () |
| DateTime | ReadX509Date () |
| DateTime | ReadUtcTime () |
| DateTime | ReadGeneralizedTime () |
| string | ReadBMPString () |
Static Package Attributes | |
| static DateTimeFormatInfo | s_validityDateTimeFormatInfo |
Properties | |
| int | ContentLength [set] |
| bool | HasData [get, set] |
Private Member Functions | |
| DerSequenceReader (DerSequenceReader.DerTag tagToEat, byte[] data, int offset, int length) | |
| DerSequenceReader | ReadCollectionWithTag (DerSequenceReader.DerTag expected) |
| DateTime | ReadTime (DerSequenceReader.DerTag timeTag, string formatString) |
| byte[] | ReadContentAsBytes () |
| void | EatTag (DerSequenceReader.DerTag expected) |
| int | EatLength () |
Static Private Member Functions | |
| static string | TrimTrailingNulls (string value) |
| static void | CheckTag (DerSequenceReader.DerTag expected, byte[] data, int position) |
| static int | ScanContentLength (byte[] data, int offset, int end, out int bytesConsumed) |
Private Attributes | |
| readonly byte[] | _data |
| readonly int | _end |
| int | _position |
| int< ContentLength > | k__BackingField |
Static Private Attributes | |
| static Encoding | s_utf8EncodingWithExceptionFallback |
| static Encoding | s_latin1Encoding |
Definition at line 14 of file DerSequenceReader.cs.