Package org.dogtagpki.tps.apdu
Class ReadObjectAPDU
java.lang.Object
org.dogtagpki.tps.apdu.APDU
org.dogtagpki.tps.apdu.ReadObjectAPDU
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionReadObjectAPDU
(byte[] object_id, int offset, int len) Constructs Read Object APDU. -
Method Summary
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 Details
-
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:
-
-
Method Details