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