Uses of Class
org.conscrypt.CipherSuite
| Package | Description |
|---|---|
| org.conscrypt |
-
Uses of CipherSuite in org.conscrypt
Methods in org.conscrypt that return CipherSuite Modifier and Type Method Description static CipherSuiteCipherSuite. getByCode(byte b1, byte b2)Returns CipherSuite based on TLS CipherSuite codestatic CipherSuiteCipherSuite. getByCode(byte b1, byte b2, byte b3)Returns CipherSuite based on V2CipherSpec code as described in TLS 1.0 spec., E.static CipherSuiteCipherSuite. getByName(String name)Returns CipherSuite by nameprotected CipherSuite[]SSLParametersImpl. getEnabledCipherSuitesMember()static CipherSuite[]CipherSuite. getSupported()Returns array of supported CipherSuitesConstructors in org.conscrypt with parameters of type CipherSuite Constructor Description ClientHello(SecureRandom sr, byte[] version, byte[] ses_id, CipherSuite[] cipher_suite)Creates outbound messageServerHello(SecureRandom sr, byte[] server_version, byte[] session_id, CipherSuite cipher_suite, byte compression_method)Creates outbound messageSSLSessionImpl(CipherSuite cipher_suite, SecureRandom secureRandom)