com.jxml.qare.qhome.db
Class DBKeyPair.Row

java.lang.Object
  |
  +--com.jxml.qare.qhome.db.DBKeyPair.Row
All Implemented Interfaces:
DBRow
Enclosing class:
DBKeyPair

public final class DBKeyPair.Row
extends Object
implements DBRow


Method Summary
 void backup(DataOutputStream dos)
           
 String getDHPrivateKey()
           
 String getDHPublicKey()
           
 String getDSAPrivateKey()
           
 String getDSAPublicKey()
           
 Object getKey()
           
 List getKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKeys

public List getKeys()
Specified by:
getKeys in interface DBRow

getDHPublicKey

public String getDHPublicKey()

getDHPrivateKey

public String getDHPrivateKey()

getDSAPublicKey

public String getDSAPublicKey()

getDSAPrivateKey

public String getDSAPrivateKey()

getKey

public Object getKey()
Specified by:
getKey in interface DBRow

backup

public void backup(DataOutputStream dos)
            throws Exception
Specified by:
backup in interface DBRow