Uses of Class
org.robovm.apple.security.SSLProtocolSide
| Package | Description |
|---|---|
| org.robovm.apple.security |
-
Uses of SSLProtocolSide in org.robovm.apple.security
Methods in org.robovm.apple.security that return SSLProtocolSide Modifier and Type Method Description static SSLProtocolSideSSLProtocolSide. valueOf(long n)Returns the enum constant of this type with the specified name.static SSLProtocolSideSSLProtocolSide. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLProtocolSide[]SSLProtocolSide. 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 SSLProtocolSide 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.