Package org.kapott.hbci.smartcardio
Class RSACardService.SimpleTLV
java.lang.Object
org.kapott.hbci.smartcardio.RSACardService.SimpleTLV
- Enclosing class:
RSACardService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getContent
(int idx) byte[]
getData()
int
getSize()
byte
getTag
(int idx) boolean
-
Field Details
-
malformed
private final boolean malformed -
data
private final byte[] data -
tags
private final byte[] tags -
contents
private final byte[][] contents
-
-
Constructor Details
-
SimpleTLV
public SimpleTLV(byte[] data)
-
-
Method Details
-
isMalformed
public boolean isMalformed() -
getData
public byte[] getData() -
getSize
public int getSize() -
getTag
public byte getTag(int idx) -
getContent
public byte[] getContent(int idx)
-