ePOST API

Uses of Class
rice.post.security.pknoi.PKnoIPostCertificate

Packages that use PKnoIPostCertificate
rice.post.security.pknoi   
 

Uses of PKnoIPostCertificate in rice.post.security.pknoi
 

Methods in rice.post.security.pknoi that return PKnoIPostCertificate
static PKnoIPostCertificate PKnoISecurityModule.generate(PostUserAddress address, java.security.PublicKey key)
          Static method for generating a ceritificate from a user and public key
 PKnoIPostCertificate PKnoIChain.getFrom()
          Returns the origin user for this cahin
 PKnoIPostCertificate PKnoISignature.getSignee()
          Returns the user who is the signee
 PKnoIPostCertificate PKnoISignature.getSigner()
          Returns the signer
 PKnoIPostCertificate PKnoIChain.getTo()
          Returns the destination user for this cahin
 

Methods in rice.post.security.pknoi with parameters of type PKnoIPostCertificate
 void PKnoISecurityModule.addPrivate(PKnoIPostCertificate cert, Continuation command)
          This method should be called when this user wishes to record a non-verified certificate for later use.
 void PKnoISecurityModule.addPublic(PKnoIPostCertificate cert, Continuation command)
          This method should be called when this user wishes to "vouch" for the user with the provided certificate.
 void PKnoISecurityModule.findChains(PKnoIPostCertificate source, PKnoIPostCertificate destination, int len, Continuation command)
          This method will attempt to find all chains of length up to len, and return a PKnoIChain[] to the continuation once all chains have been completed.
 

Constructors in rice.post.security.pknoi with parameters of type PKnoIPostCertificate
PKnoIChain(PKnoIPostCertificate from, PKnoIPostCertificate to, PKnoISignature[] sigs)
          Builds a PKnoIChain from the to and from certificates, and the chain of signatures which verify each other
PKnoISignature(PKnoIPostCertificate signee, PKnoIPostCertificate signer, byte[] sig)
          Builds a PKnoISignature, in which a single user vouches for another.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.