Package org.dogtagpki.tps.apdu
Class ReadBufferAPDU
- java.lang.Object
-
- org.dogtagpki.tps.apdu.APDU
-
- org.dogtagpki.tps.apdu.ReadBufferAPDU
-
public class ReadBufferAPDU extends APDU
-
-
Constructor Summary
Constructors Constructor Description ReadBufferAPDU(int len, int offset)
Constructs Read Buffer APDU.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLen()
int
getOffset()
APDU.Type
getType()
-
Methods inherited from class org.dogtagpki.tps.apdu.APDU
dump, getCLA, getData, getDataToMAC, getEncoding, getINS, getMAC, getP1, getP2, incrementBuffer, padBuffer80, secureMessage, secureMessageSCP02, secureMessageSCP03, setMAC, setTrailer
-
-