Uses of Class
org.robovm.apple.security.TlsProtocolVersion
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.security |
-
Uses of TlsProtocolVersion in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return TlsProtocolVersion Modifier and Type Method Description TlsProtocolVersionNSURLSessionConfiguration. getTLSMaximumSupportedProtocolVersion()TlsProtocolVersionNSURLSessionConfiguration. getTLSMinimumSupportedProtocolVersion()Methods in org.robovm.apple.foundation with parameters of type TlsProtocolVersion Modifier and Type Method Description voidNSURLSessionConfiguration. setTLSMaximumSupportedProtocolVersion(TlsProtocolVersion v)voidNSURLSessionConfiguration. setTLSMinimumSupportedProtocolVersion(TlsProtocolVersion v) -
Uses of TlsProtocolVersion in org.robovm.apple.security
Methods in org.robovm.apple.security that return TlsProtocolVersion Modifier and Type Method Description static TlsProtocolVersionSecArcProtocolOptions. getDefaultMaxDtlsProtocolVersion()static TlsProtocolVersionSecArcProtocolOptions. getDefaultMaxTlsProtocolVersion()static TlsProtocolVersionSecArcProtocolOptions. getDefaultMinDtlsProtocolVersion()static TlsProtocolVersionSecArcProtocolOptions. getDefaultMinTlsProtocolVersion()TlsProtocolVersionSecArcProtocolMetadata. getNegotiatedTlsProtocolVersion()static TlsProtocolVersionTlsProtocolVersion. valueOf(long n)Returns the enum constant of this type with the specified name.static TlsProtocolVersionTlsProtocolVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static TlsProtocolVersion[]TlsProtocolVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.security with parameters of type TlsProtocolVersion Modifier and Type Method Description voidSecArcProtocolOptions. setMaxTlsProtocolVersion(TlsProtocolVersion version)voidSecArcProtocolOptions. setMinTlsProtocolVersion(TlsProtocolVersion version)