C# Class OpenSSL.RC4

Inheritance: IDisposable
Afficher le fichier Open project: Hoikas/PlasmaDotNet Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RC4 ( byte key ) : System
Transform ( byte inbuf ) : byte[]
Transform ( byte buffer, int offset, int size ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RC4() public méthode

public RC4 ( byte key ) : System
key byte
Résultat System

Transform() public méthode

public Transform ( byte inbuf ) : byte[]
inbuf byte
Résultat byte[]

Transform() public méthode

public Transform ( byte buffer, int offset, int size ) : void
buffer byte
offset int
size int
Résultat void