Package | Description |
---|---|
org.eclipse.keyple.core.util.bertlv |
Contains BER-TLV helper classes.
|
Modifier and Type | Method and Description |
---|---|
Tag.TagType |
Tag.getTagType()
Gets the tag type
|
static Tag.TagType |
Tag.TagType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tag.TagType[] |
Tag.TagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Tag(int tagNumber,
byte tagClass,
Tag.TagType tagType,
int tagSize)
Creates a tag from its attributes.
|