- getArgumentData() - Method in class ch.fhnw.imvs.smartcard.CommandAPDU
-
Returns the Argument Data of this APDU.
- getArgumentData() - Method in class ch.fhnw.imvs.smartcard.ResponseAPDU
-
Returns a bytearray of the Argument Data.
- getArgumentDataLength() - Method in class ch.fhnw.imvs.smartcard.ResponseAPDU
-
Returns length of the Argument Data.
- getChildByNumber(int) - Method in class ch.fhnw.imvs.smartcard.TLV
-
Get a child of the current TLV by the index, ordered by their occurence
in the original bytearray.
- getChildByTag(byte[]) - Method in class ch.fhnw.imvs.smartcard.TLV
-
Get a specific child of this TLV, identified by its Type.
- getChildren() - Method in class ch.fhnw.imvs.smartcard.TLV
-
Returns an unmodifiable list containing all children of this TLV
- getCla() - Method in class ch.fhnw.imvs.smartcard.CommandAPDU
-
Returns the CLA byte of the header of this APDU.
- getContent() - Method in class ch.fhnw.imvs.smartcard.TLV
-
Returns a copy of the content (Value) of this TLV, if this TLV does not
contain children.
- getContentDescription(int) - Method in class ch.fhnw.imvs.smartcard.TLV
-
- getHeader() - Method in class ch.fhnw.imvs.smartcard.TLV
-
Returns a copy of the header of this TLV
- getIns() - Method in class ch.fhnw.imvs.smartcard.CommandAPDU
-
Returns the INS byte of the header of this APDU.
- getLc() - Method in class ch.fhnw.imvs.smartcard.CommandAPDU
-
Returns the Value of the Lc field of this APDU if present, or
0
otherwise.
- getLe() - Method in class ch.fhnw.imvs.smartcard.CommandAPDU
-
Returns the Value of the Le field of this APDU, or -1
if not
present.
- getLength() - Method in class ch.fhnw.imvs.smartcard.TLV
-
Returns the length of the byte-representation of this TLV, including
header and value.
- getP1() - Method in class ch.fhnw.imvs.smartcard.CommandAPDU
-
Returns the P1 byte of the header of this APDU.
- getP2() - Method in class ch.fhnw.imvs.smartcard.CommandAPDU
-
Returns the P2 byte of the header of this APDU.
- getRaw() - Method in class ch.fhnw.imvs.smartcard.CommandAPDU
-
Returns a Copy of the underlying bytearray.
- getRaw() - Method in class ch.fhnw.imvs.smartcard.ResponseAPDU
-
Returns a Copy of the underlying bytearray.
- getRaw() - Method in class ch.fhnw.imvs.smartcard.TLV
-
Returns a bytearray containing the byte representation of this TLV.
- getStandardResponseAPDU(int) - Method in class ch.fhnw.imvs.smartcard.ResponseAPDU
-
Returns a non-extended ResponseAPDU.
- getStandardResponseAPDUCount() - Method in class ch.fhnw.imvs.smartcard.ResponseAPDU
-
- getStatusByte1() - Method in class ch.fhnw.imvs.smartcard.ResponseAPDU
-
The first status byte.
- getStatusByte2() - Method in class ch.fhnw.imvs.smartcard.ResponseAPDU
-
The second status byte.
- getStatusBytes() - Method in class ch.fhnw.imvs.smartcard.ResponseAPDU
-
The status bytes as an integer..
- getValueLength() - Method in class ch.fhnw.imvs.smartcard.TLV
-
Returns the length of the value of this TLV as reported in the TLV
header.