public CipherSuite( CipherSuiteCode code, CipherAlgorithmType cipherAlgorithmType, HashAlgorithmType hashAlgorithmType, ExchangeAlgorithmType exchangeAlgorithmType) { Code = code; Name = code.ToString(); CipherAlgorithmType = cipherAlgorithmType; HashAlgorithmType = hashAlgorithmType; ExchangeAlgorithmType = exchangeAlgorithmType; }
public CipherSuite ( CipherSuiteCode code, CipherAlgorithmType cipherAlgorithmType, HashAlgorithmType hashAlgorithmType, ExchangeAlgorithmType exchangeAlgorithmType) { Code = code; Name = code.ToString (); CipherAlgorithmType = cipherAlgorithmType; HashAlgorithmType = hashAlgorithmType; ExchangeAlgorithmType = exchangeAlgorithmType; }