Uses of Class
org.robovm.apple.security.SSLProtocol
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.security |
-
Uses of SSLProtocol in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return SSLProtocol Modifier and Type Method Description SSLProtocolNSURLSessionConfiguration. getTLSMaximumSupportedProtocol()Deprecated.Use TLSMaximumSupportedProtocolVersionSSLProtocolNSURLSessionConfiguration. getTLSMinimumSupportedProtocol()Deprecated.Use TLSMinimumSupportedProtocolVersionMethods in org.robovm.apple.foundation with parameters of type SSLProtocol Modifier and Type Method Description voidNSURLSessionConfiguration. setTLSMaximumSupportedProtocol(SSLProtocol v)Deprecated.Use TLSMaximumSupportedProtocolVersionvoidNSURLSessionConfiguration. setTLSMinimumSupportedProtocol(SSLProtocol v)Deprecated.Use TLSMinimumSupportedProtocolVersion -
Uses of SSLProtocol in org.robovm.apple.security
Methods in org.robovm.apple.security that return SSLProtocol Modifier and Type Method Description SSLProtocolSSLContext. getMaxProtocolVersion()SSLProtocolSSLContext. getMinProtocolVersion()SSLProtocolSecArcProtocolMetadata. getNegotiatedProtocolVersion()Deprecated.Deprecated in iOS 13.0.SSLProtocolSSLContext. getNegotiatedProtocolVersion()static SSLProtocolSSLProtocol. valueOf(long n)Returns the enum constant of this type with the specified name.static SSLProtocolSSLProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLProtocol[]SSLProtocol. 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 SSLProtocol Modifier and Type Method Description voidSSLContext. setMaxProtocolVersion(SSLProtocol maxVersion)protected OSStatusSSLContext. setMaxProtocolVersion0(SSLProtocol maxVersion)Deprecated.Deprecated in iOS 13.0.voidSSLContext. setMinProtocolVersion(SSLProtocol minVersion)protected OSStatusSSLContext. setMinProtocolVersion0(SSLProtocol minVersion)Deprecated.Deprecated in iOS 13.0.voidSecArcProtocolOptions. setTlsMaxVersion(SSLProtocol version)Deprecated.Deprecated in iOS 13.0.voidSecArcProtocolOptions. setTlsMinVersion(SSLProtocol version)Deprecated.Deprecated in iOS 13.0.