ostore.security
Interface QSPublicKey

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

public interface QSPublicKey
extends Digestible

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

Version:
$Id: QSPublicKey.java,v 1.2 2002/03/29 01:59:58 srhea Exp $
Author:
Sean C. Rhea

Method Summary
 PublicKey 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 PublicKey key()
Return the key associated with this object.
Returns:
the key associated with this object