com.netscape.cms.servlet.key
Class KeyRecordParser
java.lang.Object
com.netscape.cms.servlet.key.KeyRecordParser
public class KeyRecordParser
- extends java.lang.Object
Output a 'pretty print' of a Key Archival record
- Version:
- $Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OUT_STATE
public static final java.lang.String OUT_STATE
- See Also:
- Constant Field Values
OUT_OWNER_NAME
public static final java.lang.String OUT_OWNER_NAME
- See Also:
- Constant Field Values
OUT_SERIALNO
public static final java.lang.String OUT_SERIALNO
- See Also:
- Constant Field Values
OUT_KEY_ALGORITHM
public static final java.lang.String OUT_KEY_ALGORITHM
- See Also:
- Constant Field Values
OUT_PUBLIC_KEY
public static final java.lang.String OUT_PUBLIC_KEY
- See Also:
- Constant Field Values
OUT_KEY_LEN
public static final java.lang.String OUT_KEY_LEN
- See Also:
- Constant Field Values
OUT_ARCHIVED_BY
public static final java.lang.String OUT_ARCHIVED_BY
- See Also:
- Constant Field Values
OUT_ARCHIVED_ON
public static final java.lang.String OUT_ARCHIVED_ON
- See Also:
- Constant Field Values
OUT_RECOVERED_BY
public static final java.lang.String OUT_RECOVERED_BY
- See Also:
- Constant Field Values
OUT_RECOVERED_ON
public static final java.lang.String OUT_RECOVERED_ON
- See Also:
- Constant Field Values
KeyRecordParser
public KeyRecordParser()
fillRecordIntoArg
public static void fillRecordIntoArg(IKeyRecord rec,
IArgBlock rarg)
throws EBaseException
- Fills key record into argument block.
- Throws:
EBaseException