C# Class openCrypto.TLS.CipherSuiteInfo

Afficher le fichier Open project: kazuki/opencrypto-tls Class Usage Examples

Méthodes publiques

Méthode Description
CipherSuiteInfo ( BulkCipherAlgorithm cipher, CipherType cipherType, byte encKeyLen, byte blockLen, byte ivLen, byte recordIVLen, MACAlgorithm mac, KeyExchangeAlgorithm exchangeAlgo ) : System

Method Details

CipherSuiteInfo() public méthode

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
Résultat System