Uses of Class
cz.utb.fai.simkovicp.pki.mail.AttachmentType

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

Uses of AttachmentType in cz.utb.fai.simkovicp.pki.mail
 

Methods in cz.utb.fai.simkovicp.pki.mail that return AttachmentType
 AttachmentType Attachment.getMimetype()
           
static AttachmentType AttachmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttachmentType[] AttachmentType.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 AttachmentType
 void Attachment.setMimetype(AttachmentType mimetype)
           
 

Constructors in cz.utb.fai.simkovicp.pki.mail with parameters of type AttachmentType
Attachment(java.lang.String filename, byte[] data, AttachmentType mimetype)