Package org.dogtagpki.tps.apdu
Class GenerateKeyAPDU
- java.lang.Object
-
- org.dogtagpki.tps.apdu.APDU
-
- org.dogtagpki.tps.apdu.GenerateKeyAPDU
-
public class GenerateKeyAPDU extends APDU
-
-
Constructor Summary
Constructors Constructor Description GenerateKeyAPDU(byte theP1, byte theP2, byte alg, int keysize, byte option, byte type, TPSBuffer wrapped_challenge, TPSBuffer key_check)
-
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
-
-