ostore.security
Interface QSPrivateKey

All Superinterfaces:
Digestible, QuickSerializable
All Known Implementing Classes:
QSRsaPrivateKey

public interface QSPrivateKey
extends Digestible

An interface to wrap objects of type PrivateKey in a QuickSerializable interface.

Version:
$Id: QSPrivateKey.java,v 1.2 2002/03/29 23:26:21 eaton Exp $
Author:
Sean C. Rhea

Method Summary
 PrivateKey key()
          Return the key associated with this object.
 
Methods inherited from interface ostore.util.Digestible
add_to_digest
 
Methods inherited from interface ostore.util.QuickSerializable
to_bytes, type_code
 

Method Detail

key

public PrivateKey key()
Return the key associated with this object.
Returns:
the key associated with this object