C# 클래스 openCrypto.TLS.SecurityParameters

파일 보기 프로젝트 열기: kazuki/opencrypto-tls 1 사용 예제들

공개 메소드들

메소드 설명
ComputeFinishedVerifyData ( bool isServer ) : byte[]
ComputeKeyBlock ( ) : void
CreateClientDecryptor ( ) : ICryptoTransform
CreateClientEncryptor ( ) : ICryptoTransform
CreateClientWriteHMAC ( ) : HMAC
CreateHMAC ( byte key ) : HMAC
CreateServerDecryptor ( ) : ICryptoTransform
CreateServerEncryptor ( ) : ICryptoTransform
CreateServerWriteHMAC ( ) : HMAC
CreateSymmetricAlgorithm ( ) : SymmetricAlgorithm
SecurityParameters ( ) : System
SetCipherSuite ( CipherSuite suite, AsymmetricAlgorithm signAlgo ) : void
SetVersion ( ProtocolVersion version ) : void
SetupMasterSecret ( byte premaster ) : void

메소드 상세

ComputeFinishedVerifyData() 공개 메소드

public ComputeFinishedVerifyData ( bool isServer ) : byte[]
isServer bool
리턴 byte[]

ComputeKeyBlock() 공개 메소드

public ComputeKeyBlock ( ) : void
리턴 void

CreateClientDecryptor() 공개 메소드

public CreateClientDecryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

CreateClientEncryptor() 공개 메소드

public CreateClientEncryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

CreateClientWriteHMAC() 공개 메소드

public CreateClientWriteHMAC ( ) : HMAC
리턴 System.Security.Cryptography.HMAC

CreateHMAC() 공개 메소드

public CreateHMAC ( byte key ) : HMAC
key byte
리턴 System.Security.Cryptography.HMAC

CreateServerDecryptor() 공개 메소드

public CreateServerDecryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

CreateServerEncryptor() 공개 메소드

public CreateServerEncryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

CreateServerWriteHMAC() 공개 메소드

public CreateServerWriteHMAC ( ) : HMAC
리턴 System.Security.Cryptography.HMAC

CreateSymmetricAlgorithm() 공개 메소드

public CreateSymmetricAlgorithm ( ) : SymmetricAlgorithm
리턴 System.Security.Cryptography.SymmetricAlgorithm

SecurityParameters() 공개 메소드

public SecurityParameters ( ) : System
리턴 System

SetCipherSuite() 공개 메소드

public SetCipherSuite ( CipherSuite suite, AsymmetricAlgorithm signAlgo ) : void
suite CipherSuite
signAlgo System.Security.Cryptography.AsymmetricAlgorithm
리턴 void

SetVersion() 공개 메소드

public SetVersion ( ProtocolVersion version ) : void
version ProtocolVersion
리턴 void

SetupMasterSecret() 공개 메소드

public SetupMasterSecret ( byte premaster ) : void
premaster byte
리턴 void