<init>
CipherSuite(
code: Short,
name: String,
openSSLName: String,
exchangeType: SecretExchangeType,
jdkCipherName: String,
keyStrength: Int,
fixedIvLength: Int,
ivLength: Int,
cipherTagSizeInBytes: Int,
macName: String,
macStrength: Int,
hash: HashAlgorithm,
signatureAlgorithm: SignatureAlgorithm,
cipherType: CipherType = CipherType.GCM)
Represents a TLS cipher suite