Uses of Class
org.miaixz.bus.http.secure.CipherSuite
Packages that use CipherSuite
Package
Description
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides classes for managing security-related aspects of HTTP, including TLS/SSL configuration, authentication, and
certificate pinning.
Provides the implementation of the WebSocket protocol (RFC 6455) for creating and managing WebSocket connections.
-
Uses of CipherSuite in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord that return types with arguments of type CipherSuiteModifier and TypeMethodDescriptionConnectionSuite.cipherSuites()Returns the cipher suites to use for the connection.Methods in org.miaixz.bus.http.accord with parameters of type CipherSuiteModifier and TypeMethodDescriptionConnectionSuite.Builder.cipherSuites(CipherSuite... cipherSuites) Configures the connection to use the specified cipher suites. -
Uses of CipherSuite in org.miaixz.bus.http.secure
Fields in org.miaixz.bus.http.secure declared as CipherSuiteModifier and TypeFieldDescriptionstatic final CipherSuiteCipherSuite.TLS_AES_128_CCM_8_SHA256A TLS 1.3CipherSuitewith 128-bit AES-CCM (8-byte tag) encryption.static final CipherSuiteCipherSuite.TLS_AES_128_CCM_SHA256A TLS 1.3CipherSuitewith 128-bit AES-CCM encryption.static final CipherSuiteCipherSuite.TLS_AES_128_GCM_SHA256A TLS 1.3CipherSuitewith 128-bit AES-GCM encryption.static final CipherSuiteCipherSuite.TLS_AES_256_GCM_SHA384A TLS 1.3CipherSuitewith 256-bit AES-GCM encryption.static final CipherSuiteCipherSuite.TLS_CHACHA20_POLY1305_SHA256A TLS 1.3CipherSuitewith ChaCha20-Poly1305 encryption.static final CipherSuiteCipherSuite.TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHAA legacy anonymousCipherSuitewith Diffie-Hellman Export key exchange, 40-bit DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DH_anon_EXPORT_WITH_RC4_40_MD5A legacy anonymousCipherSuitewith Diffie-Hellman Export key exchange, 40-bit RC4 encryption, and MD5 MAC.static final CipherSuiteCipherSuite.TLS_DH_anon_WITH_3DES_EDE_CBC_SHAAn anonymousCipherSuitewith Diffie-Hellman key exchange, 3DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DH_anon_WITH_AES_128_CBC_SHAAn anonymousCipherSuitewith Diffie-Hellman key exchange, 128-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DH_anon_WITH_AES_128_CBC_SHA256An anonymousCipherSuitewith Diffie-Hellman key exchange, 128-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_DH_anon_WITH_AES_128_GCM_SHA256An anonymousCipherSuitewith Diffie-Hellman key exchange, 128-bit AES-GCM encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_DH_anon_WITH_AES_256_CBC_SHAAn anonymousCipherSuitewith Diffie-Hellman key exchange, 256-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DH_anon_WITH_AES_256_CBC_SHA256An anonymousCipherSuitewith Diffie-Hellman key exchange, 256-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_DH_anon_WITH_AES_256_GCM_SHA384An anonymousCipherSuitewith Diffie-Hellman key exchange, 256-bit AES-GCM encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_DH_anon_WITH_DES_CBC_SHAAn anonymousCipherSuitewith Diffie-Hellman key exchange, DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DH_anon_WITH_RC4_128_MD5An anonymousCipherSuitewith Diffie-Hellman key exchange, 128-bit RC4 encryption, and MD5 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHAA legacyCipherSuitewith DHE DSS Export key exchange, 40-bit DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHAACipherSuitewith DHE DSS key exchange, 3DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_WITH_AES_128_CBC_SHAACipherSuitewith DHE DSS key exchange, 128-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_WITH_AES_128_CBC_SHA256ACipherSuitewith DHE DSS key exchange, 128-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_WITH_AES_128_GCM_SHA256ACipherSuitewith DHE DSS key exchange, 128-bit AES-GCM encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_WITH_AES_256_CBC_SHAACipherSuitewith DHE DSS key exchange, 256-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_WITH_AES_256_CBC_SHA256ACipherSuitewith DHE DSS key exchange, 256-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_WITH_AES_256_GCM_SHA384ACipherSuitewith DHE DSS key exchange, 256-bit AES-GCM encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHAACipherSuitewith DHE DSS key exchange, 128-bit Camellia encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHAACipherSuitewith DHE DSS key exchange, 256-bit Camellia encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_DSS_WITH_DES_CBC_SHAACipherSuitewith DHE DSS key exchange, DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHAA legacyCipherSuitewith DHE RSA Export key exchange, 40-bit DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHAACipherSuitewith DHE RSA key exchange, 3DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_AES_128_CBC_SHAACipherSuitewith DHE RSA key exchange, 128-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_AES_128_CBC_SHA256ACipherSuitewith DHE RSA key exchange, 128-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_AES_128_GCM_SHA256ACipherSuitewith DHE RSA key exchange, 128-bit AES-GCM encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_AES_256_CBC_SHAACipherSuitewith DHE RSA key exchange, 256-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_AES_256_CBC_SHA256ACipherSuitewith DHE RSA key exchange, 256-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_AES_256_GCM_SHA384ACipherSuitewith DHE RSA key exchange, 256-bit AES-GCM encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHAACipherSuitewith DHE RSA key exchange, 128-bit Camellia encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHAACipherSuitewith DHE RSA key exchange, 256-bit Camellia encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256A DHECipherSuitewith RSA authentication and ChaCha20-Poly1305 encryption.static final CipherSuiteCipherSuite.TLS_DHE_RSA_WITH_DES_CBC_SHAACipherSuitewith DHE RSA key exchange, DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHAAn anonymous ECDHCipherSuitewith 3DES encryption and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_anon_WITH_AES_128_CBC_SHAAn anonymous ECDHCipherSuitewith 128-bit AES-CBC encryption and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_anon_WITH_AES_256_CBC_SHAAn anonymous ECDHCipherSuitewith 256-bit AES-CBC encryption and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_anon_WITH_NULL_SHAAn anonymous ECDHCipherSuitewith NULL encryption and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_anon_WITH_RC4_128_SHAAn anonymous ECDHCipherSuitewith 128-bit RC4 encryption and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHAAn ECDHCipherSuitewith ECDSA authentication, 3DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHAAn ECDHCipherSuitewith ECDSA authentication, 128-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256An ECDHCipherSuitewith ECDSA authentication, 128-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256An ECDHCipherSuitewith ECDSA authentication, 128-bit AES-GCM encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHAAn ECDHCipherSuitewith ECDSA authentication, 256-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384An ECDHCipherSuitewith ECDSA authentication, 256-bit AES-CBC encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384An ECDHCipherSuitewith ECDSA authentication, 256-bit AES-GCM encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_ECDSA_WITH_NULL_SHAAn ECDHCipherSuitewith ECDSA authentication, NULL encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_ECDSA_WITH_RC4_128_SHAAn ECDHCipherSuitewith ECDSA authentication, 128-bit RC4 encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHAAn ECDHCipherSuitewith RSA authentication, 3DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_RSA_WITH_AES_128_CBC_SHAAn ECDHCipherSuitewith RSA authentication, 128-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256An ECDHCipherSuitewith RSA authentication, 128-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256An ECDHCipherSuitewith RSA authentication, 128-bit AES-GCM encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_RSA_WITH_AES_256_CBC_SHAAn ECDHCipherSuitewith RSA authentication, 256-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384An ECDHCipherSuitewith RSA authentication, 256-bit AES-CBC encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384An ECDHCipherSuitewith RSA authentication, 256-bit AES-GCM encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_RSA_WITH_NULL_SHAAn ECDHCipherSuitewith RSA authentication, NULL encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDH_RSA_WITH_RC4_128_SHAAn ECDHCipherSuitewith RSA authentication, 128-bit RC4 encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHAAn ECDHECipherSuitewith ECDSA authentication, 3DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHAAn ECDHECipherSuitewith ECDSA authentication, 128-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256An ECDHECipherSuitewith ECDSA authentication, 128-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256An ECDHECipherSuitewith ECDSA authentication, 128-bit AES-GCM encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHAAn ECDHECipherSuitewith ECDSA authentication, 256-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384An ECDHECipherSuitewith ECDSA authentication, 256-bit AES-CBC encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384An ECDHECipherSuitewith ECDSA authentication, 256-bit AES-GCM encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256An ECDHECipherSuitewith ECDSA authentication and ChaCha20-Poly1305 encryption.static final CipherSuiteCipherSuite.TLS_ECDHE_ECDSA_WITH_NULL_SHAAn ECDHECipherSuitewith ECDSA authentication, NULL encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_ECDSA_WITH_RC4_128_SHAAn ECDHECipherSuitewith ECDSA authentication, 128-bit RC4 encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_PSK_WITH_AES_128_CBC_SHAAn ECDHECipherSuitewith PSK key exchange, 128-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_PSK_WITH_AES_256_CBC_SHAAn ECDHECipherSuitewith PSK key exchange, 256-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256An ECDHECipherSuitewith PSK key exchange and ChaCha20-Poly1305 encryption.static final CipherSuiteCipherSuite.TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHAAn ECDHECipherSuitewith RSA authentication, 3DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHAAn ECDHECipherSuitewith RSA authentication, 128-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256An ECDHECipherSuitewith RSA authentication, 128-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256An ECDHECipherSuitewith RSA authentication, 128-bit AES-GCM encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHAAn ECDHECipherSuitewith RSA authentication, 256-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384An ECDHECipherSuitewith RSA authentication, 256-bit AES-CBC encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384An ECDHECipherSuitewith RSA authentication, 256-bit AES-GCM encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256An ECDHECipherSuitewith RSA authentication and ChaCha20-Poly1305 encryption.static final CipherSuiteCipherSuite.TLS_ECDHE_RSA_WITH_NULL_SHAAn ECDHECipherSuitewith RSA authentication, NULL encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_ECDHE_RSA_WITH_RC4_128_SHAAn ECDHECipherSuitewith RSA authentication, 128-bit RC4 encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_EMPTY_RENEGOTIATION_INFO_SCSVA signalingCipherSuiteto indicate support for secure renegotiation.static final CipherSuiteCipherSuite.TLS_FALLBACK_SCSVA signalingCipherSuiteto prevent TLS downgrade attacks.static final CipherSuiteCipherSuite.TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5A legacyCipherSuitewith Kerberos Export key exchange, 40-bit DES encryption, and MD5 MAC.static final CipherSuiteCipherSuite.TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHAA legacyCipherSuitewith Kerberos Export key exchange, 40-bit DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_KRB5_EXPORT_WITH_RC4_40_MD5A legacyCipherSuitewith Kerberos Export key exchange, 40-bit RC4 encryption, and MD5 MAC.static final CipherSuiteCipherSuite.TLS_KRB5_EXPORT_WITH_RC4_40_SHAA legacyCipherSuitewith Kerberos Export key exchange, 40-bit RC4 encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_KRB5_WITH_3DES_EDE_CBC_MD5ACipherSuitewith Kerberos key exchange, 3DES encryption, and MD5 MAC.static final CipherSuiteCipherSuite.TLS_KRB5_WITH_3DES_EDE_CBC_SHAACipherSuitewith Kerberos key exchange, 3DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_KRB5_WITH_DES_CBC_MD5ACipherSuitewith Kerberos key exchange, DES encryption, and MD5 MAC.static final CipherSuiteCipherSuite.TLS_KRB5_WITH_DES_CBC_SHAACipherSuitewith Kerberos key exchange, DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_KRB5_WITH_RC4_128_MD5ACipherSuitewith Kerberos key exchange, 128-bit RC4 encryption, and MD5 MAC.static final CipherSuiteCipherSuite.TLS_KRB5_WITH_RC4_128_SHAACipherSuitewith Kerberos key exchange, 128-bit RC4 encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_PSK_WITH_3DES_EDE_CBC_SHAACipherSuitewith PSK key exchange, 3DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_PSK_WITH_AES_128_CBC_SHAACipherSuitewith PSK key exchange, 128-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_PSK_WITH_AES_256_CBC_SHAACipherSuitewith PSK key exchange, 256-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_PSK_WITH_RC4_128_SHAACipherSuitewith PSK key exchange, 128-bit RC4 encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_RSA_EXPORT_WITH_DES40_CBC_SHAA legacyCipherSuitewith RSA Export key exchange, 40-bit DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_RSA_EXPORT_WITH_RC4_40_MD5A legacyCipherSuitewith RSA Export key exchange, 40-bit RC4 encryption, and MD5 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_3DES_EDE_CBC_SHAACipherSuitewith RSA key exchange, 3DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_AES_128_CBC_SHAACipherSuitewith RSA key exchange, 128-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_AES_128_CBC_SHA256ACipherSuitewith RSA key exchange, 128-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_AES_128_GCM_SHA256ACipherSuitewith RSA key exchange, 128-bit AES-GCM encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_AES_256_CBC_SHAACipherSuitewith RSA key exchange, 256-bit AES-CBC encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_AES_256_CBC_SHA256ACipherSuitewith RSA key exchange, 256-bit AES-CBC encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_AES_256_GCM_SHA384ACipherSuitewith RSA key exchange, 256-bit AES-GCM encryption, and SHA-384 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_CAMELLIA_128_CBC_SHAACipherSuitewith RSA key exchange, 128-bit Camellia encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_CAMELLIA_256_CBC_SHAACipherSuitewith RSA key exchange, 256-bit Camellia encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_DES_CBC_SHAACipherSuitewith RSA key exchange, DES encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_NULL_MD5ACipherSuitewith RSA key exchange, NULL encryption, and MD5 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_NULL_SHAACipherSuitewith RSA key exchange, NULL encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_NULL_SHA256ACipherSuitewith RSA key exchange, NULL encryption, and SHA-256 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_RC4_128_MD5ACipherSuitewith RSA key exchange, 128-bit RC4 encryption, and MD5 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_RC4_128_SHAACipherSuitewith RSA key exchange, 128-bit RC4 encryption, and SHA-1 MAC.static final CipherSuiteCipherSuite.TLS_RSA_WITH_SEED_CBC_SHAACipherSuitewith RSA key exchange, SEED encryption, and SHA-1 MAC.Methods in org.miaixz.bus.http.secure that return CipherSuiteModifier and TypeMethodDescriptionstatic CipherSuiteCipherSuite.forJavaName(String javaName) Returns theCipherSuitefor a given Java name.Methods in org.miaixz.bus.http.secure that return types with arguments of type CipherSuiteModifier and TypeMethodDescriptionstatic List<CipherSuite> CipherSuite.forJavaNames(String... cipherSuites) Converts an array of Java cipher suite names into a list ofCipherSuiteinstances. -
Uses of CipherSuite in org.miaixz.bus.http.socket
Methods in org.miaixz.bus.http.socket that return CipherSuiteModifier and TypeMethodDescriptionHandshake.cipherSuite()Returns the cipher suite of the connection.Methods in org.miaixz.bus.http.socket with parameters of type CipherSuiteModifier and TypeMethodDescriptionstatic HandshakeHandshake.get(org.miaixz.bus.core.net.tls.TlsVersion tlsVersion, CipherSuite cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) Creates a Handshake instance from its components.