C# Class OpenSSL.MD

Inheritance: IDisposable
Afficher le fichier Open project: haf/miTLS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Final ( ) : byte[]
MD ( MDType type ) : System
Update ( byte b ) : void

Private Methods

Méthode Description
GetMD ( MDType type ) : EVP_MD*

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Final() public méthode

public Final ( ) : byte[]
Résultat byte[]

MD() public méthode

public MD ( MDType type ) : System
type MDType
Résultat System

Update() public méthode

public Update ( byte b ) : void
b byte
Résultat void