public class BerTag
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
bytes |
| Constructor and Description |
|---|
BerTag(byte[] aBuf)
Creates a new tag from given byte array.
|
BerTag(byte[] aBuf,
int aOffset,
int aLength) |
BerTag(int aFirstByte) |
BerTag(int aFirstByte,
int aSecondByte) |
BerTag(int aFirstByte,
int aSecondByte,
int aFirth) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isConstructed() |
java.lang.String |
toString() |
public BerTag(byte[] aBuf)
BerTag(byte[], int, int) but using
the full array.aBuf - to create the tagpublic BerTag(byte[] aBuf,
int aOffset,
int aLength)
public BerTag(int aFirstByte,
int aSecondByte)
public BerTag(int aFirstByte,
int aSecondByte,
int aFirth)
public BerTag(int aFirstByte)
public boolean isConstructed()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.