OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

Package com.ibm.opencard.signature

Interface Summary
MFCKeyConverter Create MFC specific byte streams for key files.
MFCKeyGenImpl The interface to a key generation card service implementation.
MFCKeyImportImpl The interface to a key import card service implementation.
MFCKeyInfoRParser Interpreter for smartcard responses to read key info commands.
MFCSigCodes Provides parameterization of signature related APDUs for MFC smartcards.
MFCSignatureImpl The interface to a signature card service implementation.
 

Class Summary
MFC40KeyConverter Create/read MFC 4.0 specific byte stream for PKA key files from opencard.opt.security key types.
MFC40KeyImpImpl Helper class for implementation of a key import card service for MFC 4.0 and compatible.
MFC40KeyInfoRParser Interpreter for smartcard responses to read key info commands.
MFC40SigCodes CLAss and INStruction codes for signature commands of MFC 4.0 and 4.21 smartcards.
MFC40SignatureImpl Helper class for implementation of a signature card service for MFC 4.0 and compatible.
MFC421KeyConverter Create MFC4.21 specific byte stream for key files from opencard.opt.security keys. the 4.21 supports the same files as 4.0 plus DSA public and private keys
MFC421KeyGenImpl Helper class for implementation of a key generation card service for MFC 4.21 and compatible.
MFC421KeyInfoRParser Interpreter for smartcard responses to read key info commands.
MFC421SignatureImpl Helper class for implementation of a signature card service for MFC 4.21 and compatible.
MFCKeyGenParameter Encapsulation of the constructor arguments of MFCKeyGenService.
MFCKeyGenService MFCKeyGenService extends the base class MFCKeyImportService and additionally implements the KeyGenerationCardService interface defined by OCF.
MFCKeyImportParameter Encapsulation of the constructor arguments of MFCKeyImportService.
MFCKeyImportService MFCKeyImportService extends the base class MFCSignatureService of all MFC signature card services and additionally implements the KeyImportCardService interface defined by OCF.
MFCKeyInfo Information about a smartcard PKA file
MFCSignatureFactory A factory class for MFC signature service objects.
MFCSignatureFactoryER A factory class for MFC signature service objects that are export restricted (ER).
MFCSignatureParameter Encapsulation of the constructor arguments of MFCSignatureService.
MFCSignatureService MFCSignatureService extends the common base class MFCCardService of all MFC card services and implements the SignatureCardService interface defined by OCF.