object
Ciphers
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
anonCiphers: Set[String]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
deprecatedCiphers: Set[String]
-
val
desCiphers: Set[String]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
val
exportCiphers: Set[String]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
java16RecommendedCiphers: Seq[String]
-
lazy val
java17RecommendedCiphers: Seq[String]
-
val
md5Ciphers: Set[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
nullCiphers: Set[String]
-
val
rc4Ciphers: Set[String]
-
def
recommendedCiphers: Seq[String]
-
val
recommendedSmithCiphers: Seq[String]
-
val
sha1Ciphers: Set[String]
-
val
suiteBCiphers: Seq[String]
-
val
suiteBTransitionalCiphers: Seq[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
This class contains sets of recommended and deprecated TLS cipher suites.
The JSSE list of cipher suites is different from the RFC defined list, with some cipher suites prefixed with "SSL_" instead of "TLS_". A full list is available from the SunJSSE provider list
Please see https://www.playframework.com/documentation/current/CipherSuites for more details.