Uses of Interface
org.eclipse.keypop.storagecard.card.StorageCardSelectionExtension
Packages that use StorageCardSelectionExtension
Package
Description
Contains the factories, builders, and exceptions for the Storage Card API.
-
Uses of StorageCardSelectionExtension in org.eclipse.keypop.storagecard
Methods in org.eclipse.keypop.storagecard that return StorageCardSelectionExtensionModifier and TypeMethodDescriptionStorageCardApiFactory.createStorageCardSelectionExtension(ProductType productType) Creates a new instance ofStorageCardSelectionExtension. -
Uses of StorageCardSelectionExtension in org.eclipse.keypop.storagecard.card
Methods in org.eclipse.keypop.storagecard.card that return StorageCardSelectionExtensionModifier and TypeMethodDescriptionStorageCardSelectionExtension.prepareMifareClassicAuthenticate(int blockAddress, MifareClassicKeyType mifareClassicKeyType, byte[] key) Prepares a Mifare Classic authentication command using a provided key.StorageCardSelectionExtension.prepareMifareClassicAuthenticate(int blockAddress, MifareClassicKeyType mifareClassicKeyType, int keyNumber) Prepares a Mifare Classic authentication command using a key stored in the reader.StorageCardSelectionExtension.prepareReadBlock(int blockAddress) Prepares the reading of a specific block from the storage card.StorageCardSelectionExtension.prepareReadBlocks(int fromBlockAddress, int toBlockAddress) Prepares the reading of a range of blocks from the storage card.StorageCardSelectionExtension.prepareSt25ReadSystemBlock()Prepares the reading of the system block from an ST25/SRT512 storage card.