Package apple.networkextension.enums
Class NEVPNIKEv2EncryptionAlgorithm
- java.lang.Object
-
- apple.networkextension.enums.NEVPNIKEv2EncryptionAlgorithm
-
public final class NEVPNIKEv2EncryptionAlgorithm extends java.lang.Object[@typedef] NEVPNIKEv2EncryptionAlgorithm IKEv2 Encryption Algorithms
-
-
Field Summary
Fields Modifier and Type Field Description static longAlgorithm3DES[@const] NEVPNIKEv2EncryptionAlgorithm3DES Triple Data Encryption Algorithm (aka 3DES)static longAlgorithmAES128[@const] NEVPNIKEv2EncryptionAlgorithmAES128 Advanced Encryption Standard 128 bit (AES128)static longAlgorithmAES128GCM[@const] NEVPNIKEv2EncryptionAlgorithmAES128GCM Advanced Encryption Standard 128 bit (AES128GCM)static longAlgorithmAES256[@const] NEVPNIKEv2EncryptionAlgorithmAES256 Advanced Encryption Standard 256 bit (AES256)static longAlgorithmAES256GCM[@const] NEVPNIKEv2EncryptionAlgorithmAES256GCM Advanced Encryption Standard 256 bit (AES256GCM)static longAlgorithmChaCha20Poly1305[@const] NEVPNIKEv2EncryptionAlgorithmChaCha20Poly1305 ChaCha20 and Poly1305 (ChaCha20Poly1305)static longAlgorithmDES[@const] NEVPNIKEv2EncryptionAlgorithmDES Data Encryption Standard (DES)
-
-
-
Field Detail
-
AlgorithmDES
public static final long AlgorithmDES
[@const] NEVPNIKEv2EncryptionAlgorithmDES Data Encryption Standard (DES)- See Also:
- Constant Field Values
-
Algorithm3DES
public static final long Algorithm3DES
[@const] NEVPNIKEv2EncryptionAlgorithm3DES Triple Data Encryption Algorithm (aka 3DES)- See Also:
- Constant Field Values
-
AlgorithmAES128
public static final long AlgorithmAES128
[@const] NEVPNIKEv2EncryptionAlgorithmAES128 Advanced Encryption Standard 128 bit (AES128)- See Also:
- Constant Field Values
-
AlgorithmAES256
public static final long AlgorithmAES256
[@const] NEVPNIKEv2EncryptionAlgorithmAES256 Advanced Encryption Standard 256 bit (AES256)- See Also:
- Constant Field Values
-
AlgorithmAES128GCM
public static final long AlgorithmAES128GCM
[@const] NEVPNIKEv2EncryptionAlgorithmAES128GCM Advanced Encryption Standard 128 bit (AES128GCM)- See Also:
- Constant Field Values
-
AlgorithmAES256GCM
public static final long AlgorithmAES256GCM
[@const] NEVPNIKEv2EncryptionAlgorithmAES256GCM Advanced Encryption Standard 256 bit (AES256GCM)- See Also:
- Constant Field Values
-
AlgorithmChaCha20Poly1305
public static final long AlgorithmChaCha20Poly1305
[@const] NEVPNIKEv2EncryptionAlgorithmChaCha20Poly1305 ChaCha20 and Poly1305 (ChaCha20Poly1305)- See Also:
- Constant Field Values
-
-