Class AMNetSshAlgorithms.Macs
SSH message authentication code algorithm names, including HMAC-SHA2 from RFC 6668 and OpenSSH encrypt-then-MAC extension names.
Inherited Members
Namespace: ApacheMinaSSHD.NET.Wrapper
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public static class AMNetSshAlgorithms.Macs
Fields
| Edit this page View SourceHmacSha256
HMAC-SHA2-256 for SSH, described by RFC 6668.
Declaration
public const string HmacSha256 = "hmac-sha2-256"
Field Value
| Type | Description |
|---|---|
| string |
HmacSha256Etm
HMAC-SHA2-256 encrypt-then-MAC using the OpenSSH extension name.
Declaration
public const string HmacSha256Etm = "hmac-sha2-256-etm@openssh.com"
Field Value
| Type | Description |
|---|---|
| string |
HmacSha512
HMAC-SHA2-512 for SSH, described by RFC 6668.
Declaration
public const string HmacSha512 = "hmac-sha2-512"
Field Value
| Type | Description |
|---|---|
| string |
HmacSha512Etm
HMAC-SHA2-512 encrypt-then-MAC using the OpenSSH extension name.
Declaration
public const string HmacSha512Etm = "hmac-sha2-512-etm@openssh.com"
Field Value
| Type | Description |
|---|---|
| string |