C# Class System.Security.Cryptography.RijndaelTransform

Inheritance: Mono.Security.Cryptography.SymmetricTransform
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
RijndaelTransform ( Rijndael algo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices

Méthodes protégées

Méthode Description
ECB ( byte input, byte output ) : void

Private Methods

Méthode Description
Decrypt128 ( byte indata, byte outdata, uint ekey ) : void
Decrypt192 ( byte indata, byte outdata, uint ekey ) : void
Decrypt256 ( byte indata, byte outdata, uint ekey ) : void
Encrypt128 ( byte indata, byte outdata, uint ekey ) : void
Encrypt192 ( byte indata, byte outdata, uint ekey ) : void
Encrypt256 ( byte indata, byte outdata, uint ekey ) : void
SubByte ( UInt32 a ) : UInt32

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ECB() protected méthode

protected ECB ( byte input, byte output ) : void
input byte
output byte
Résultat void

RijndaelTransform() public méthode

public RijndaelTransform ( Rijndael algo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices
algo Rijndael
encryption bool
key byte
iv byte
Résultat System.Runtime.InteropServices