Uses of Class
org.robovm.apple.security.SSLCipherSuite
| Package | Description |
|---|---|
| org.robovm.apple.security |
-
Uses of SSLCipherSuite in org.robovm.apple.security
Methods in org.robovm.apple.security that return SSLCipherSuite Modifier and Type Method Description SSLCipherSuiteSecArcProtocolMetadata. getNegotiatedCiphersuite()Deprecated.Deprecated in iOS 13.0.static SSLCipherSuiteSSLCipherSuite. valueOf(long n)Returns the enum constant of this type with the specified name.static SSLCipherSuiteSSLCipherSuite. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLCipherSuite[]SSLCipherSuite. 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 SSLCipherSuite Modifier and Type Method Description voidSecArcProtocolOptions. addTlsCiphersuite(SSLCipherSuite ciphersuite)Deprecated.Deprecated in iOS 13.0.