Package org.dogtagpki.tps.apdu
Class ReadObjectAPDU
- java.lang.Object
-
- org.dogtagpki.tps.apdu.APDU
-
- org.dogtagpki.tps.apdu.ReadObjectAPDU
-
public class ReadObjectAPDU extends APDU
-
-
Constructor Summary
Constructors Constructor Description ReadObjectAPDU(byte[] object_id, int offset, int len)
Constructs Read Object APDU.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
ReadObjectAPDU
public ReadObjectAPDU(byte[] object_id, int offset, int len)
Constructs Read Object APDU. ReadObject APDU format: CLA 0x84 INS 0x56 P1 0x00 P2 0x00 lc 0x09 DATA [DATA] Parameters are: Long Object ID; Long Offset Byte Data Size; Connection requirement: Secure Channel Possible error Status Codes: 9C 06 - unauthorized 9C 07 - object not found- Parameters:
object_id
- as defined in APDUoffset
-len
-- See Also:
APDU
-
-