public class SelectDiversifierCmdBuild extends AbstractSamCommandBuilder<SelectDiversifierRespPars>
defaultRevision| Constructor and Description |
|---|
SelectDiversifierCmdBuild(SamRevision revision,
byte[] diversifier)
Instantiates a new SelectDiversifierCmdBuild.
|
| Modifier and Type | Method and Description |
|---|---|
SelectDiversifierRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
getCommandRefsetApduRequestpublic SelectDiversifierCmdBuild(SamRevision revision, byte[] diversifier)
revision - the SAM revisiondiversifier - the application serial numberjava.lang.IllegalArgumentException - - if the diversifier is null or has a wrong lengthpublic SelectDiversifierRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractSamCommandBuilder<SelectDiversifierRespPars>apduResponse - the response data from the the cardAbstractApduResponseParser