public final class NEVPNIKEv2EncryptionAlgorithm
extends java.lang.Object
IKEv2 Encryption Algorithms
| Modifier and Type | Field and Description |
|---|---|
static long |
Algorithm3DES
[@const] NEVPNIKEv2EncryptionAlgorithm3DES Triple Data Encryption Algorithm (aka 3DES)
|
static long |
AlgorithmAES128
[@const] NEVPNIKEv2EncryptionAlgorithmAES128 Advanced Encryption Standard 128 bit (AES128)
|
static long |
AlgorithmAES128GCM
[@const] NEVPNIKEv2EncryptionAlgorithmAES128GCM Advanced Encryption Standard 128 bit (AES128GCM)
|
static long |
AlgorithmAES256
[@const] NEVPNIKEv2EncryptionAlgorithmAES256 Advanced Encryption Standard 256 bit (AES256)
|
static long |
AlgorithmAES256GCM
[@const] NEVPNIKEv2EncryptionAlgorithmAES256GCM Advanced Encryption Standard 256 bit (AES256GCM)
|
static long |
AlgorithmChaCha20Poly1305
[@const] NEVPNIKEv2EncryptionAlgorithmChaCha20Poly1305 ChaCha20 and Poly1305 (ChaCha20Poly1305)
|
static long |
AlgorithmDES
[@const] NEVPNIKEv2EncryptionAlgorithmDES Data Encryption Standard (DES)
|
public static final long AlgorithmDES
public static final long Algorithm3DES
public static final long AlgorithmAES128
public static final long AlgorithmAES256
public static final long AlgorithmAES128GCM
public static final long AlgorithmAES256GCM
public static final long AlgorithmChaCha20Poly1305