ePOST API

Uses of Class
rice.post.PostUserAddress

Packages that use PostUserAddress
rice.email   
rice.email.proxy.mailbox.postbox   
rice.post.messaging   
rice.post.proxy   
rice.post.security.ca   
rice.post.security.pknoi   
 

Uses of PostUserAddress in rice.email
 

Methods in rice.email that return PostUserAddress
 PostUserAddress Email.getSender()
          Returns the sender of this message.
 

Methods in rice.email with parameters of type PostUserAddress
 void EmailService.expand(PostUserAddress[] list, SmtpManager manager, Continuation command)
          Method which expands the given list of PostUserAddresses by recursively checking for forwarding lists
 

Constructors in rice.email with parameters of type PostUserAddress
Email(PostUserAddress sender, PostEntityAddress[] recipients, EmailMessagePart content)
          Constructs an Email.
 

Uses of PostUserAddress in rice.email.proxy.mailbox.postbox
 

Methods in rice.email.proxy.mailbox.postbox that return PostUserAddress
protected static PostUserAddress[] PostMessage.getAddresses(MimeParser parser, java.lang.String field, Environment env)
           
 

Uses of PostUserAddress in rice.post.messaging
 

Methods in rice.post.messaging that return PostUserAddress
 PostUserAddress DeliveryRequestMessage.getDestination()
          Gets the destination of this notification
 

Constructors in rice.post.messaging with parameters of type PostUserAddress
DeliveryRequestMessage(PostEntityAddress sender, PostUserAddress destination, SignedPostMessage message, Id id)
          Constructs a DeliveryRequestMessage
 

Uses of PostUserAddress in rice.post.proxy
 

Fields in rice.post.proxy declared as PostUserAddress
protected  PostUserAddress PostProxy.address
          The address of the local user
 

Uses of PostUserAddress in rice.post.security.ca
 

Methods in rice.post.security.ca with parameters of type PostUserAddress
static CAPostCertificate CASecurityModule.generate(PostUserAddress address, java.security.PublicKey key, java.security.PrivateKey caKey)
          Static method for generating a ceritificate from a user, public key, and the CA's private key
 

Uses of PostUserAddress in rice.post.security.pknoi
 

Methods in rice.post.security.pknoi with parameters of type PostUserAddress
static PKnoIPostCertificate PKnoISecurityModule.generate(PostUserAddress address, java.security.PublicKey key)
          Static method for generating a ceritificate from a user and public key
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.