Uses of Class
cz.utb.fai.simkovicp.pki.mail.Recipient.Type

Packages that use Recipient.Type
cz.utb.fai.simkovicp.pki.mail Provides the classes to send and verify mail. 
 

Uses of Recipient.Type in cz.utb.fai.simkovicp.pki.mail
 

Methods in cz.utb.fai.simkovicp.pki.mail that return Recipient.Type
 Recipient.Type Recipient.getType()
          Type
static Recipient.Type Recipient.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Recipient.Type[] Recipient.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.utb.fai.simkovicp.pki.mail with parameters of type Recipient.Type
 void Recipient.setType(Recipient.Type type)
          Type
 

Constructors in cz.utb.fai.simkovicp.pki.mail with parameters of type Recipient.Type
Recipient(java.lang.String address, Recipient.Type type)