Uses of Interface
org.eclipse.keypop.storagecard.transaction.StorageCardTransactionManager
Packages that use StorageCardTransactionManager
Package
Description
Contains the factories, builders, and exceptions for the Storage Card API.
-
Uses of StorageCardTransactionManager in org.eclipse.keypop.storagecard
Methods in org.eclipse.keypop.storagecard that return StorageCardTransactionManagerModifier and TypeMethodDescriptionStorageCardApiFactory.createStorageCardTransactionManager(org.eclipse.keypop.reader.CardReader reader, StorageCard card) Creates an instance ofStorageCardTransactionManager. -
Uses of StorageCardTransactionManager in org.eclipse.keypop.storagecard.transaction
Methods in org.eclipse.keypop.storagecard.transaction that return StorageCardTransactionManagerModifier and TypeMethodDescriptionStorageCardTransactionManager.prepareMifareClassicAuthenticate(int blockAddress, MifareClassicKeyType mifareClassicKeyType, byte[] key) Prepares a Mifare Classic authentication command using a provided key.StorageCardTransactionManager.prepareMifareClassicAuthenticate(int blockAddress, MifareClassicKeyType mifareClassicKeyType, int keyNumber) Prepares a Mifare Classic authentication command using a key stored in the reader.StorageCardTransactionManager.prepareReadBlock(int blockAddress) Prepares the reading of a specific block from the storage card.StorageCardTransactionManager.prepareReadBlocks(int fromBlockAddress, int toBlockAddress) Prepares the reading of a range of blocks from the storage card.StorageCardTransactionManager.prepareReadSystemBlock()Deprecated.StorageCardTransactionManager.prepareSt25ReadSystemBlock()Prepares the reading of the system block from an ST25/SRT512 storage card.StorageCardTransactionManager.prepareSt25WriteSystemBlock(byte[] data) Prepares the writing of data to the system block of an ST25/SRT512 storage card.StorageCardTransactionManager.prepareWriteBlocks(int fromBlockAddress, byte[] data) Prepares the writing of blocks of data to the storage card starting from a specific block number offset.StorageCardTransactionManager.prepareWriteSystemBlock(byte[] data) Deprecated.UseprepareSt25WriteSystemBlock(byte[])instead.
prepareSt25ReadSystemBlock()instead.