ostore.security
Interface QSPrivateKey

All Superinterfaces:
QuickSerializable
All Known Implementing Classes:
QSRsaPrivateKey

public interface QSPrivateKey
extends QuickSerializable

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

Version:
$Id: QSPrivateKey.java,v 1.5 2002/07/20 19:18:15 srhea Exp $
Author:
Sean C. Rhea

Method Summary
 PrivateKey key()
          Return the key associated with this object.
 
Methods inherited from interface ostore.util.QuickSerializable
serialize
 

Method Detail

key

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

Returns:
the key associated with this object