Class NEVPNIKEv2IntegrityAlgorithm


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

      Fields 
      Modifier and Type Field Description
      static long SHA160
      [@const] NEVPNIKEv2IntegrityAlgorithmSHA160 SHA-1 160 bit
      static long SHA256
      [@const] NEVPNIKEv2IntegrityAlgorithmSHA256 SHA-2 256 bit
      static long SHA384
      [@const] NEVPNIKEv2IntegrityAlgorithmSHA384 SHA-2 384 bit
      static long SHA512
      [@const] NEVPNIKEv2IntegrityAlgorithmSHA512 SHA-2 512 bit
      static long SHA96
      [@const] NEVPNIKEv2IntegrityAlgorithmSHA96 SHA-1 96 bit
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SHA96

        public static final long SHA96
        [@const] NEVPNIKEv2IntegrityAlgorithmSHA96 SHA-1 96 bit
        See Also:
        Constant Field Values
      • SHA160

        public static final long SHA160
        [@const] NEVPNIKEv2IntegrityAlgorithmSHA160 SHA-1 160 bit
        See Also:
        Constant Field Values
      • SHA256

        public static final long SHA256
        [@const] NEVPNIKEv2IntegrityAlgorithmSHA256 SHA-2 256 bit
        See Also:
        Constant Field Values
      • SHA384

        public static final long SHA384
        [@const] NEVPNIKEv2IntegrityAlgorithmSHA384 SHA-2 384 bit
        See Also:
        Constant Field Values
      • SHA512

        public static final long SHA512
        [@const] NEVPNIKEv2IntegrityAlgorithmSHA512 SHA-2 512 bit
        See Also:
        Constant Field Values