Class ListPinsAPDU
java.lang.Object
org.dogtagpki.tps.apdu.APDU
org.dogtagpki.tps.apdu.ListPinsAPDU
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class APDU
dump, getCLA, getData, getDataToMAC, getINS, getMAC, getP1, getP2, incrementBuffer, padBuffer80, secureMessage, secureMessageSCP02, secureMessageSCP03, setMAC, setTrailerModifier and TypeMethodDescriptionvoiddump()bytegetCLA()getData()bytegetINS()getMAC()bytegetP1()bytegetP2()voidincrementBuffer(TPSBuffer buffer) voidpadBuffer80(TPSBuffer buffer, int blockSize) voidsecureMessage(org.mozilla.jss.pkcs11.PK11SymKey encKey, byte protocol) voidsecureMessageSCP02(org.mozilla.jss.pkcs11.PK11SymKey encKey) voidsecureMessageSCP03(org.mozilla.jss.pkcs11.PK11SymKey encKey, TPSBuffer encryptionCounter) voidvoidsetTrailer(TPSBuffer theTrailer)
-
Constructor Details
-
ListPinsAPDU
public ListPinsAPDU(byte theRet_size)
-
-
Method Details
-
getType
-
getEncoding
Description copied from class:APDURetrieves APDU's encoding. The encoding of APDU is as follows: CLA 1 byte INS 1 byte P1 1 byte P2 1 byte 1 byte byte(s) 0 1 byte- Overrides:
getEncodingin classAPDU- Returns:
- the result buffer which will contain the actual data including the APDU header, data, and pre-calculated mac.
-