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