ostore.security
Interface QSPublicKey

All Superinterfaces:
QuickSerializable
All Known Implementing Classes:
QSDHPublicKey, QSRsaPublicKey, ThresholdPublicKey

public interface QSPublicKey
extends QuickSerializable

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

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

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

Method Detail

key

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

Returns:
the key associated with this object