| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.command.sam.builder.security |
Contains the SAM command builders.
|
| Constructor and Description |
|---|
CardCipherPinCmdBuild(SamRevision revision,
KeyReference cipheringKey,
byte[] currentPin,
byte[] newPin)
Instantiates a new CardCipherPinCmdBuild and generate the ciphered data for a Verify PIN or
Change PIN PO command.
|
CardGenerateKeyCmdBuild(SamRevision revision,
KeyReference cipheringKey,
KeyReference sourceKey)
Instantiates a new DigestUpdateCmdBuild and generate the ciphered data for a key ciphered by
another.
|