public final class FooterKey
extends java.lang.Object
FooterLine
.Modifier and Type | Field and Description |
---|---|
static FooterKey |
ACKED_BY
Standard
Acked-by |
static FooterKey |
CC
Standard
CC |
private java.lang.String |
name |
(package private) byte[] |
raw |
static FooterKey |
SIGNED_OFF_BY
Standard
Signed-off-by |
Constructor and Description |
---|
FooterKey(java.lang.String keyName)
Create a key for a specific footer line.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get name of this footer line.
|
java.lang.String |
toString() |
public static final FooterKey SIGNED_OFF_BY
Signed-off-by
public static final FooterKey ACKED_BY
Acked-by
public static final FooterKey CC
CC
private final java.lang.String name
final byte[] raw