public class CalypsoSam
extends org.eclipse.keyple.core.card.selection.AbstractSmartCard
An instance of CalypsoSam is obtained by casting the AbstractSmartCard object from the selection process (e.g. (CalypsoSam)(cardSelectionsResult.getActiveSmartCard()))
The information on the SAM is extracted from an analysis of the ATR.
| Modifier and Type | Method and Description |
|---|---|
byte |
getApplicationSubType()
Gets the application subtype
|
byte |
getApplicationType()
Gets the application type
|
byte |
getPlatform()
Gets the platform identifier
|
SamRevision |
getSamRevision()
Gets the SAM revision as an enum constant
|
byte[] |
getSerialNumber()
Gets the SAM serial number as an array of bytes
|
byte |
getSoftwareIssuer()
Gets the software issuer identifier
|
byte |
getSoftwareRevision()
Gets the software revision number
|
byte |
getSoftwareVersion()
Gets the software version number
|
public final SamRevision getSamRevision()
SamRevisionpublic final byte[] getSerialNumber()
public final byte getPlatform()
public final byte getApplicationType()
public final byte getApplicationSubType()
public final byte getSoftwareIssuer()
public final byte getSoftwareVersion()
public final byte getSoftwareRevision()