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

com.ibm.opencard.signature
Class MFC421KeyInfoRParser

java.lang.Object
  |
  +--com.ibm.opencard.signature.MFC40KeyInfoRParser
        |
        +--com.ibm.opencard.signature.MFC421KeyInfoRParser

public class MFC421KeyInfoRParser
extends MFC40KeyInfoRParser

Interpreter for smartcard responses to read key info commands.

Version:
$Id: MFC421KeyInfoRParser.java,v 1.1 1999/12/02 16:06:09 damke Exp $
See Also:
MFCKeyInfo, MFC40KeyInfoRParser

Fields inherited from class com.ibm.opencard.signature.MFC40KeyInfoRParser
accessParser, FILE_HEADER_TAG
 
Constructor Summary
MFC421KeyInfoRParser(MFCAccessParser accpar)
          Creates a new key info response parser for read key info.
 
Method Summary
protected  int getExtHdrOffset()
          return the offset of the PKA specific header extension
 
Methods inherited from class com.ibm.opencard.signature.MFC40KeyInfoRParser
parseKeyInfoResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MFC421KeyInfoRParser

public MFC421KeyInfoRParser(MFCAccessParser accpar)
Creates a new key info response parser for read key info.
Parameters:
accpar - a parser for access conditions, which are part of the read key info response
Method Detail

getExtHdrOffset

protected int getExtHdrOffset()
return the offset of the PKA specific header extension
Overrides:
getExtHdrOffset in class MFC40KeyInfoRParser