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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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