Uses of Enum Class
org.eclipse.keypop.storagecard.MifareClassicKeyType
Packages that use MifareClassicKeyType
Package
Description
Contains the factories, builders, and exceptions for the Storage Card API.
-
Uses of MifareClassicKeyType in org.eclipse.keypop.storagecard
Methods in org.eclipse.keypop.storagecard that return MifareClassicKeyTypeModifier and TypeMethodDescriptionstatic MifareClassicKeyTypeReturns the enum constant of this class with the specified name.static MifareClassicKeyType[]MifareClassicKeyType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MifareClassicKeyType in org.eclipse.keypop.storagecard.card
Methods in org.eclipse.keypop.storagecard.card with parameters of type MifareClassicKeyTypeModifier 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. -
Uses of MifareClassicKeyType in org.eclipse.keypop.storagecard.transaction
Methods in org.eclipse.keypop.storagecard.transaction with parameters of type MifareClassicKeyTypeModifier 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.