Uses of Class
org.robovm.apple.security.SSLConnectionType
| Package | Description |
|---|---|
| org.robovm.apple.security |
-
Uses of SSLConnectionType in org.robovm.apple.security
Methods in org.robovm.apple.security that return SSLConnectionType Modifier and Type Method Description static SSLConnectionTypeSSLConnectionType. valueOf(long n)Returns the enum constant of this type with the specified name.static SSLConnectionTypeSSLConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLConnectionType[]SSLConnectionType. 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 SSLConnectionType Modifier and Type Method Description static SSLContextSSLContext. create(SSLProtocolSide protocolSide, SSLConnectionType connectionType)protected static SSLContextSSLContext. create0(CFAllocator alloc, SSLProtocolSide protocolSide, SSLConnectionType connectionType)Deprecated.Deprecated in iOS 13.0.