C# Class OpenSSL.SCIPHER

Inheritance: IDisposable
Afficher le fichier Open project: haf/miTLS

Méthodes publiques

Méthode Description
Dispose ( ) : void
Process ( byte b ) : byte[]
SCIPHER ( SType type, bool encrypt ) : System

Private Methods

Méthode Description
SCIPHER ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Process() public méthode

public Process ( byte b ) : byte[]
b byte
Résultat byte[]

SCIPHER() public méthode

public SCIPHER ( SType type, bool encrypt ) : System
type SType
encrypt bool
Résultat System