Uses of Class
org.robovm.apple.security.SSLAuthenticate
| Package | Description |
|---|---|
| org.robovm.apple.security |
-
Uses of SSLAuthenticate in org.robovm.apple.security
Methods in org.robovm.apple.security that return SSLAuthenticate Modifier and Type Method Description static SSLAuthenticateSSLAuthenticate. valueOf(long n)Returns the enum constant of this type with the specified name.static SSLAuthenticateSSLAuthenticate. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLAuthenticate[]SSLAuthenticate. 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 SSLAuthenticate Modifier and Type Method Description voidSSLContext. setClientSideAuthenticate(SSLAuthenticate auth)protected OSStatusSSLContext. setClientSideAuthenticate0(SSLAuthenticate auth)Deprecated.Deprecated in iOS 13.0.