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
Loading...
Searching...
No Matches
System.Security.Cryptography.RC2CryptoServiceProvider Class Referencesealed
+ Inheritance diagram for System.Security.Cryptography.RC2CryptoServiceProvider:
+ Collaboration diagram for System.Security.Cryptography.RC2CryptoServiceProvider:

Public Member Functions

 RC2CryptoServiceProvider ()
 
override ICryptoTransform CreateEncryptor (byte[] rgbKey, byte[] rgbIV)
 
override ICryptoTransform CreateDecryptor (byte[] rgbKey, byte[] rgbIV)
 
override void GenerateKey ()
 
override void GenerateIV ()
 
void Dispose ()
 
void Clear ()
 
bool ValidKeySize (int bitLength)
 
virtual ICryptoTransform CreateEncryptor ()
 
virtual ICryptoTransform CreateDecryptor ()
 

Static Public Member Functions

static new RC2 Create ()
 
static new RC2 Create (string AlgName)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

int EffectiveKeySizeValue
 
int BlockSizeValue
 
int FeedbackSizeValue
 
byte[] IVValue
 
byte[] KeyValue
 
KeySizes[] LegalBlockSizesValue
 
KeySizes[] LegalKeySizesValue
 
int KeySizeValue
 
CipherMode ModeValue
 
PaddingMode PaddingValue
 

Properties

override int EffectiveKeySize [get, set]
 
bool UseSalt [get, set]
 
override int KeySize [get, set]
 
virtual int BlockSize [get, set]
 
virtual int FeedbackSize [get, set]
 
virtual byte[] IV [get, set]
 
virtual byte[] Key [get, set]
 
virtual KeySizes[] LegalBlockSizes [get, set]
 
virtual KeySizes[] LegalKeySizes [get, set]
 
virtual CipherMode Mode [get, set]
 
virtual PaddingMode Padding [get, set]
 

Static Private Member Functions

static RC2CryptoServiceProvider ()
 

Private Attributes

bool m_use40bitSalt
 

Static Private Attributes

static KeySizes[] s_legalKeySizes
 
static KeySizes[] s_legalBlockSizes
 

Detailed Description

Definition at line 10 of file RC2CryptoServiceProvider.cs.


The documentation for this class was generated from the following file: