BankKeys, DateField, FileHeader, HBCIAccount, HBCIAccount.BankData, HBCIAccount.UserKeys, MACFieldpublic class TLV
extends java.lang.Object
| Modifier | Constructor | Description |
|---|---|---|
|
TLV(byte[] buffer,
int offset) |
|
|
TLV(int tag) |
|
protected |
TLV(TLV tlv) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
expand(java.lang.String st,
int size) |
|
byte[] |
getData() |
|
int |
getLength() |
|
byte[] |
getRawData() |
|
long |
getTag() |
|
protected byte[] |
int2ba(int x) |
|
protected byte[] |
long2ba(long x) |
|
protected byte[] |
reverseba(byte[] ba) |
|
void |
setData(byte[] data) |
|
protected byte[] |
trimba(byte[] ba) |
|
void |
updateData() |
public TLV(byte[] buffer,
int offset)
protected TLV(TLV tlv)
public TLV(int tag)
public long getTag()
public int getLength()
public void setData(byte[] data)
public byte[] getData()
public byte[] getRawData()
public void updateData()
protected java.lang.String expand(java.lang.String st,
int size)
protected byte[] int2ba(int x)
protected byte[] long2ba(long x)
protected byte[] reverseba(byte[] ba)
protected byte[] trimba(byte[] ba)
Copyright © 2018. All rights reserved.