|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fedict.eid.applet.service.impl.tlv.TlvParser
public class TlvParser
Tag-Length-Value parser. The TLV-format is used in the eID card for encoding of the identity and address files.
Method Summary | ||
---|---|---|
static
|
parse(byte[] file,
java.lang.Class<T> tlvClass)
Parses the given file using the meta-data annotations within the tlvClass parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> T parse(byte[] file, java.lang.Class<T> tlvClass)
T
- file
- tlvClass
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |