ePOST API

Uses of Class
rice.post.security.PostCertificate

Packages that use PostCertificate
rice.post   
rice.post.proxy   
rice.post.security   
rice.post.security.ca   
rice.post.security.pknoi   
 

Uses of PostCertificate in rice.post
 

Methods in rice.post that return PostCertificate
 PostCertificate PostLog.getCertificate()
           
 

Constructors in rice.post with parameters of type PostCertificate
PostImpl(Node node, Past immutablePast, Past mutablePast, DeliveryPast deliveryPast, Past deliveredPast, PostEntityAddress address, java.security.KeyPair keyPair, PostCertificate certificate, java.security.PublicKey caPublicKey, java.lang.String instance, boolean logRewrite, boolean announce, PostEntityAddress previousAddress, long synchronizeInterval, long refreshInterval, long timeoutInterval)
          Builds a PostImpl to run on the given pastry node, using the provided PAST and Scribe services.
 

Uses of PostCertificate in rice.post.proxy
 

Fields in rice.post.proxy declared as PostCertificate
protected  PostCertificate PostProxy.certificate
          The certificate of the local user
 

Uses of PostCertificate in rice.post.security
 

Methods in rice.post.security with parameters of type PostCertificate
 boolean SecurityModule.canVerify(PostCertificate certificate)
          This method returns whether or not this module is able to verify the given certificate.
 void SecurityModule.verify(PostCertificate certificate, Continuation command)
          This method verifies the provided ceritifcate, and returns the result to the continuation (either True or False).
 void SecurityService.verify(PostCertificate certificate, Continuation command)
          Verifies the given certificate, and passes the result, either True or False, to the given command.
 

Uses of PostCertificate in rice.post.security.ca
 

Subclasses of PostCertificate in rice.post.security.ca
 class CAPostCertificate
          This class is the notion of a PostCertificate using the PKI (CA) based authentication mechism.
 

Methods in rice.post.security.ca that return PostCertificate
static PostCertificate CACertificateGenerator.readCertificate(java.io.File file)
           
 

Methods in rice.post.security.ca with parameters of type PostCertificate
 boolean CASecurityModule.canVerify(PostCertificate certificate)
          This method returns whether or not this module is able to verify the given certificate.
 void CASecurityModule.verify(PostCertificate certificate, Continuation command)
          This method verifies the provided ceritifcate, and returns the result to the continuation (either True or False).
static void CACertificateGenerator.write(PostCertificate cert, java.security.KeyPair keypair, java.lang.String password, java.io.OutputStream os)
           
static void CACertificateGenerator.writeFile(PostCertificate cert, java.security.KeyPair keypair, java.lang.String password, java.io.File file)
           
 

Uses of PostCertificate in rice.post.security.pknoi
 

Subclasses of PostCertificate in rice.post.security.pknoi
 class PKnoIPostCertificate
          This class is the notion of a PostCertificate using the PKnoI (web of trust) based authentication mechanism.
 

Methods in rice.post.security.pknoi with parameters of type PostCertificate
 boolean PKnoISecurityModule.canVerify(PostCertificate certificate)
          This method returns whether or not this module is able to verify the given certificate.
 void PKnoISecurityModule.verify(PostCertificate certificate, Continuation command)
          This method verifies the provided ceritifcate, and returns the result to the continuation (either True or False).
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.