C# Class Internal.Cryptography.RC2Implementation

Inheritance: System.Security.Cryptography.RC2
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
CreateDecryptor ( ) : ICryptoTransform
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
CreateEncryptor ( ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
GenerateIV ( ) : void
GenerateKey ( ) : void

Private Methods

Méthode Description
CreateTransform ( byte rgbKey, byte rgbIV, bool encrypting ) : ICryptoTransform
CreateTransformCore ( CipherMode cipherMode, PaddingMode paddingMode, byte key, int effectiveKeyLength, byte iv, int blockSize, bool encrypting ) : ICryptoTransform

Method Details

CreateDecryptor() public méthode

public CreateDecryptor ( ) : ICryptoTransform
Résultat ICryptoTransform

CreateDecryptor() public méthode

public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
Résultat ICryptoTransform

CreateEncryptor() public méthode

public CreateEncryptor ( ) : ICryptoTransform
Résultat ICryptoTransform

CreateEncryptor() public méthode

public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
Résultat ICryptoTransform

GenerateIV() public méthode

public GenerateIV ( ) : void
Résultat void

GenerateKey() public final méthode

public final GenerateKey ( ) : void
Résultat void