public final class Ssh2MacAlgorithmName
extends Object
MAC Algorithm Name
https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml#ssh-parameters-18
- Since:
- pcap4j 1.0.1
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
HMAC_SHA1
public static final String HMAC_SHA1
- See Also:
-
-
HMAC_SHA1_96
public static final String HMAC_SHA1_96
- See Also:
-
-
HMAC_MD5
public static final String HMAC_MD5
- See Also:
-
-
HMAC_MD5_96
public static final String HMAC_MD5_96
- See Also:
-
-
NONE
public static final String NONE
- See Also:
-
-
AEAD_AES_128_GCM
public static final String AEAD_AES_128_GCM
- See Also:
-
-
AEAD_AES_256_GCM
public static final String AEAD_AES_256_GCM
- See Also:
-
-
HMAC_SHA2_256
public static final String HMAC_SHA2_256
- See Also:
-
-
HMAC_SHA2_512
public static final String HMAC_SHA2_512
- See Also:
-
-
Constructor Details
-
Ssh2MacAlgorithmName
private Ssh2MacAlgorithmName()