public class BERTag extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BERTag.TagClass |
static class |
BERTag.TagType |
| Constructor and Description |
|---|
BERTag(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getBytes() |
BERTag.TagClass |
getTagClass() |
BERTag.TagType |
getTagType() |
int |
hashCode() |
static boolean |
hasNextByte(byte value) |
static boolean |
isNotLastByte(byte value) |
String |
toString() |
public BERTag.TagClass getTagClass()
public BERTag.TagType getTagType()
public byte[] getBytes()
public static boolean hasNextByte(byte value)
public static boolean isNotLastByte(byte value)
Copyright © 2020–2021 com.github.mvallim. All rights reserved.