Uses of Enum Class
org.aoju.bus.core.net.tls.TlsVersion
Packages that use TlsVersion
-
Uses of TlsVersion in org.aoju.bus.core.net.tls
Methods in org.aoju.bus.core.net.tls that return TlsVersionModifier and TypeMethodDescriptionstatic TlsVersionTlsVersion.forJavaName(String javaName) static TlsVersionReturns the enum constant of this class with the specified name.static TlsVersion[]TlsVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.core.net.tls that return types with arguments of type TlsVersionModifier and TypeMethodDescriptionstatic List<TlsVersion> TlsVersion.forJavaNames(String... tlsVersions)