public final class AttSignature extends BaseAttribute
Signature attributes.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_NAME
non-null; attribute name for attributes of this type |
| Constructor and Description |
|---|
AttSignature(CstString signature)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
byteLength()
Get the total length of the attribute in bytes, including the
header.
|
CstString |
getSignature()
Gets the signature string.
|
getNamepublic static final java.lang.String ATTRIBUTE_NAME
non-null; attribute name for attributes of this typepublic AttSignature(CstString signature)
signature - non-null; the signature stringpublic int byteLength()
6.>= 6; the total length, in bytespublic CstString getSignature()
non-null; the signature stringCopyright © 2020. All Rights Reserved.