com.netscape.cms.servlet.key
Class KeyRecordParser

java.lang.Object
  extended by 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) $

Field Summary
static java.lang.String OUT_ARCHIVED_BY
           
static java.lang.String OUT_ARCHIVED_ON
           
static java.lang.String OUT_KEY_ALGORITHM
           
static java.lang.String OUT_KEY_LEN
           
static java.lang.String OUT_OWNER_NAME
           
static java.lang.String OUT_PUBLIC_KEY
           
static java.lang.String OUT_RECOVERED_BY
           
static java.lang.String OUT_RECOVERED_ON
           
static java.lang.String OUT_SERIALNO
           
static java.lang.String OUT_STATE
           
 
Constructor Summary
KeyRecordParser()
           
 
Method Summary
static void fillRecordIntoArg(IKeyRecord rec, IArgBlock rarg)
          Fills key record into argument block.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

KeyRecordParser

public KeyRecordParser()
Method Detail

fillRecordIntoArg

public static void fillRecordIntoArg(IKeyRecord rec,
                                     IArgBlock rarg)
                              throws EBaseException
Fills key record into argument block.

Throws:
EBaseException