ePOST API

rice.post.security.pknoi
Class PKnoIPostCertificate

java.lang.Object
  extended by rice.post.security.PostCertificate
      extended by rice.post.security.pknoi.PKnoIPostCertificate
All Implemented Interfaces:
java.io.Serializable

public class PKnoIPostCertificate
extends PostCertificate

This class is the notion of a PostCertificate using the PKnoI (web of trust) based authentication mechanism.

Version:
$Id: PKnoIPostCertificate.java 1293 2003-07-16 18:26:36Z amislove $
Author:
amislove
See Also:
Serialized Form

Constructor Summary
protected PKnoIPostCertificate(PostEntityAddress address, java.security.PublicKey key)
          Builds a PostCertificate from a user address and a public key.
 
Method Summary
 
Methods inherited from class rice.post.security.PostCertificate
equals, getAddress, getKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKnoIPostCertificate

protected PKnoIPostCertificate(PostEntityAddress address,
                               java.security.PublicKey key)
Builds a PostCertificate from a user address and a public key.

Parameters:
address - The address of the user whose certificate this is
key - The key of the user whose certificate this is

ePOST API

Copyright © 2001-2005 - Rice Pastry.