public final class NegotiatedAlgorithms
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
-
-
c2sCipher
private final String c2sCipher
-
s2cCipher
private final String s2cCipher
-
-
-
-
-
-
Method Details
-
getKeyExchangeAlgorithm
public String getKeyExchangeAlgorithm()
-
getSignatureAlgorithm
public String getSignatureAlgorithm()
-
getClient2ServerCipherAlgorithm
public String getClient2ServerCipherAlgorithm()
-
getServer2ClientCipherAlgorithm
public String getServer2ClientCipherAlgorithm()
-
getClient2ServerMACAlgorithm
public String getClient2ServerMACAlgorithm()
-
getServer2ClientMACAlgorithm
public String getServer2ClientMACAlgorithm()
-
getClient2ServerCompressionAlgorithm
public String getClient2ServerCompressionAlgorithm()
-
getServer2ClientCompressionAlgorithm
public String getServer2ClientCompressionAlgorithm()
-