C# 클래스 OpenSSL.SSL.SslCipher

Wraps a SSL_CIPHER
상속: OpenSSL.Core.BaseReference, IStackable
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 메소드들

메소드 설명
SslCipher ( ) : System
SslCipher ( IntPtr ptr, bool owner ) : System

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

SslCipher() 공개 메소드

public SslCipher ( ) : System
리턴 System

SslCipher() 공개 메소드

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