C# Class OpenSSL.SSL.SslCipher

Wraps a SSL_CIPHER
Inheritance: OpenSSL.Core.BaseReference, IStackable
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Méthode Description
SslCipher ( ) : System
SslCipher ( IntPtr ptr, bool owner ) : System

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
ExportKeyLength ( uint algorithms, uint algo_strength ) : int
ExportPrivateKeyLength ( uint algo_strength ) : int
Initialize ( ) : void
IsExport ( uint algo_strength ) : bool
SslCipher ( IStack stack, IntPtr ptr ) : System

Method Details

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

SslCipher() public méthode

public SslCipher ( ) : System
Résultat System

SslCipher() public méthode

public SslCipher ( IntPtr ptr, bool owner ) : System
ptr System.IntPtr
owner bool
Résultat System