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
|
Method Summary |
protected int |
getExtHdrOffset()
return the offset of the PKA specific header extension |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
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
getExtHdrOffset
protected int getExtHdrOffset()
- return the offset of the PKA specific header extension
- Overrides:
- getExtHdrOffset in class MFC40KeyInfoRParser
|