Uses of Class
org.robovm.apple.networkextension.NEVPNIKEv2TLSVersion
| Package | Description |
|---|---|
| org.robovm.apple.networkextension |
-
Uses of NEVPNIKEv2TLSVersion in org.robovm.apple.networkextension
Methods in org.robovm.apple.networkextension that return NEVPNIKEv2TLSVersion Modifier and Type Method Description NEVPNIKEv2TLSVersionNEVPNProtocolIKEv2. getMaximumTLSVersion()NEVPNIKEv2TLSVersionNEVPNProtocolIKEv2. getMinimumTLSVersion()static NEVPNIKEv2TLSVersionNEVPNIKEv2TLSVersion. valueOf(long n)Returns the enum constant of this type with the specified name.static NEVPNIKEv2TLSVersionNEVPNIKEv2TLSVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static NEVPNIKEv2TLSVersion[]NEVPNIKEv2TLSVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.networkextension with parameters of type NEVPNIKEv2TLSVersion Modifier and Type Method Description voidNEVPNProtocolIKEv2. setMaximumTLSVersion(NEVPNIKEv2TLSVersion v)voidNEVPNProtocolIKEv2. setMinimumTLSVersion(NEVPNIKEv2TLSVersion v)