Uses of Class
org.robovm.apple.networkextension.NEVPNIKEv2IntegrityAlgorithm
| Package | Description |
|---|---|
| org.robovm.apple.networkextension |
-
Uses of NEVPNIKEv2IntegrityAlgorithm in org.robovm.apple.networkextension
Methods in org.robovm.apple.networkextension that return NEVPNIKEv2IntegrityAlgorithm Modifier and Type Method Description NEVPNIKEv2IntegrityAlgorithmNEVPNIKEv2SecurityAssociationParameters. getIntegrityAlgorithm()static NEVPNIKEv2IntegrityAlgorithmNEVPNIKEv2IntegrityAlgorithm. valueOf(long n)Returns the enum constant of this type with the specified name.static NEVPNIKEv2IntegrityAlgorithmNEVPNIKEv2IntegrityAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static NEVPNIKEv2IntegrityAlgorithm[]NEVPNIKEv2IntegrityAlgorithm. 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 NEVPNIKEv2IntegrityAlgorithm Modifier and Type Method Description voidNEVPNIKEv2SecurityAssociationParameters. setIntegrityAlgorithm(NEVPNIKEv2IntegrityAlgorithm v)