C# 클래스 AaltoTLS.PluginInterface.CipherSuitePlugin

파일 보기 프로젝트 열기: juhovh/AaltoTLS 1 사용 예제들

공개 메소드들

메소드 설명
GetBulkCipherAlgorithm ( string name ) : BulkCipherAlgorithm
GetCipherSuiteFromID ( UInt16 id ) : CipherSuiteInfo
GetKeyExchangeAlgorithm ( string name ) : KeyExchangeAlgorithm
GetMACAlgorithm ( string name ) : MACAlgorithm
GetPseudoRandomFunction ( string name ) : PseudoRandomFunction
GetSignatureAlgorithm ( string name ) : SignatureAlgorithm
ToString ( ) : string

메소드 상세

GetBulkCipherAlgorithm() 공개 메소드

public GetBulkCipherAlgorithm ( string name ) : BulkCipherAlgorithm
name string
리턴 BulkCipherAlgorithm

GetCipherSuiteFromID() 공개 메소드

public GetCipherSuiteFromID ( UInt16 id ) : CipherSuiteInfo
id System.UInt16
리턴 CipherSuiteInfo

GetKeyExchangeAlgorithm() 공개 메소드

public GetKeyExchangeAlgorithm ( string name ) : KeyExchangeAlgorithm
name string
리턴 KeyExchangeAlgorithm

GetMACAlgorithm() 공개 메소드

public GetMACAlgorithm ( string name ) : MACAlgorithm
name string
리턴 MACAlgorithm

GetPseudoRandomFunction() 공개 메소드

public GetPseudoRandomFunction ( string name ) : PseudoRandomFunction
name string
리턴 PseudoRandomFunction

GetSignatureAlgorithm() 공개 메소드

public GetSignatureAlgorithm ( string name ) : SignatureAlgorithm
name string
리턴 SignatureAlgorithm

ToString() 공개 메소드

public ToString ( ) : string
리턴 string