C# Class OpenSSL.SSL.SslCipher

Wraps a SSL_CIPHER
Inheritance: OpenSSL.Core.BaseReference, IStackable
Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Methods

Method Description
SslCipher ( ) : System
SslCipher ( IntPtr ptr, bool owner ) : System

Protected Methods

Method Description
OnDispose ( ) : void

Private Methods

Method 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 method

protected OnDispose ( ) : void
return void

SslCipher() public method

public SslCipher ( ) : System
return System

SslCipher() public method

public SslCipher ( IntPtr ptr, bool owner ) : System
ptr System.IntPtr
owner bool
return System