C# Class System.Security.Cryptography.DESTransform

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
BSwap ( byte byteBuff ) : void
CipherFunct ( uint r, int n ) : uint
DESTransform ( SymmetricAlgorithm symmAlgo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices
GetStrongKey ( ) : byte[]
Permutation ( byte input, byte output, uint permTab, bool preSwap ) : void
SetKey ( byte key ) : void

Method Details

ECB() protected méthode

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

ProcessBlock() public méthode

public ProcessBlock ( byte input, byte output ) : void
input byte
output byte
Résultat void