Class NEVPNIKEv2EncryptionAlgorithm


  • public final class NEVPNIKEv2EncryptionAlgorithm
    extends java.lang.Object
    [@typedef] NEVPNIKEv2EncryptionAlgorithm IKEv2 Encryption Algorithms
    • Field Summary

      Fields 
      Modifier and Type Field 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)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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