Uses of Class
org.conscrypt.metrics.CipherSuite
-
Packages that use CipherSuite Package Description org.conscrypt.metrics -
-
Uses of CipherSuite in org.conscrypt.metrics
Methods in org.conscrypt.metrics that return CipherSuite Modifier and Type Method Description static CipherSuiteCipherSuite. forName(java.lang.String name)static CipherSuiteCipherSuite. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CipherSuite[]CipherSuite. values()Returns an array containing the constants of this enum type, in the order they are declared.
-