C# 클래스 openCrypto.TLS.CipherSuiteInfo

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

공개 메소드들

메소드 설명
CipherSuiteInfo ( BulkCipherAlgorithm cipher, CipherType cipherType, byte encKeyLen, byte blockLen, byte ivLen, byte recordIVLen, MACAlgorithm mac, KeyExchangeAlgorithm exchangeAlgo ) : System

메소드 상세

CipherSuiteInfo() 공개 메소드

public CipherSuiteInfo ( BulkCipherAlgorithm cipher, CipherType cipherType, byte encKeyLen, byte blockLen, byte ivLen, byte recordIVLen, MACAlgorithm mac, KeyExchangeAlgorithm exchangeAlgo ) : System
cipher BulkCipherAlgorithm
cipherType CipherType
encKeyLen byte
blockLen byte
ivLen byte
recordIVLen byte
mac MACAlgorithm
exchangeAlgo KeyExchangeAlgorithm
리턴 System