Méthode | Description | |
---|---|---|
DecryptBlock ( byte block ) : void |
Decrypts a single block of bytes, writing the result into the provided array.
|
|
EncryptBlock ( byte block ) : void |
Encrypts a single block of bytes, writing the result into the provided array.
|
|
Reset ( ) : void |
Clears all potentially sensitive data stores.
|
Méthode | Description | |
---|---|---|
ComputeKeySchedule ( ) : void | ||
Decrypt ( uint cipher ) : void | ||
Encrypt ( uint plain ) : void | ||
GetBit ( uint x, int p, int offset ) : uint | ||
GetFullLengthKey ( ) : uint[] | ||
SerpentManagedTransform ( ISymmetricAlgorithm algorithm, byte rgbKey, byte rgbIv, TransformDirection transformDirection ) : System |
protected DecryptBlock ( byte block ) : void | ||
block | byte | /// The block of bytes to be decrypted. /// |
Résultat | void |
protected EncryptBlock ( byte block ) : void | ||
block | byte | /// The block of bytes to be encrypted. /// |
Résultat | void |