Uses of Class
org.nhindirect.stagent.mail.MimeEntity

Packages that use MimeEntity
org.nhindirect.stagent.cryptography NHIN Direct cryptography. 
org.nhindirect.stagent.mail NHIN Direct mail structures and message wrapping logic. 
org.nhindirect.stagent.mail.notifications Message Disposition Notifications implementation: RFC 3798 
 

Uses of MimeEntity in org.nhindirect.stagent.cryptography
 

Methods in org.nhindirect.stagent.cryptography that return MimeEntity
 MimeEntity SMIMECryptographerImpl.decrypt(Message message, X509CertificateEx decryptingCertificate)
          Decrypts a message with the provided certificates private key.
 MimeEntity Cryptographer.decrypt(Message message, X509CertificateEx decryptingCertificate)
          Decrypts a message with the provided certificates private key.
 MimeEntity SMIMECryptographerImpl.decrypt(MimeEntity encryptedEntity, Collection<X509CertificateEx> decryptingCertificates)
          Decrypts an entity with the provided certificates' private key.
 MimeEntity Cryptographer.decrypt(MimeEntity encryptedEntity, Collection<X509CertificateEx> decryptingCertificates)
          Decrypts an entity with the provided certificates' private key.
 MimeEntity SMIMECryptographerImpl.decrypt(MimeEntity encryptedEntity, X509CertificateEx decryptingCertificate)
          Decrypts an entity with the provided certificate's private key.
 MimeEntity Cryptographer.decrypt(MimeEntity encryptedEntity, X509CertificateEx decryptingCertificate)
          Decrypts an entity with the provided certificate's private key.
 MimeEntity SMIMECryptographerImpl.encrypt(MimeEntity entity, Collection<X509Certificate> encryptingCertificates)
          Encrypts an entity using the provided certificates.
 MimeEntity Cryptographer.encrypt(MimeEntity entity, Collection<X509Certificate> encryptingCertificates)
          Encrypts an entity using the provided certificates.
 MimeEntity SMIMECryptographerImpl.encrypt(MimeEntity entity, X509Certificate encryptingCertificate)
          Encrypts an entity using the provided certificate.
 MimeEntity Cryptographer.encrypt(MimeEntity entity, X509Certificate encryptingCertificate)
          Encrypts an entity using the provided certificate.
 MimeEntity SMIMECryptographerImpl.encrypt(javax.mail.internet.MimeMultipart mmEntity, Collection<X509Certificate> encryptingCertificates)
          Encrypts a mulit part MIME entity using the provided certificates.
 MimeEntity Cryptographer.encrypt(javax.mail.internet.MimeMultipart mmEntity, Collection<X509Certificate> encryptingCertificates)
          Encrypts a mulit part MIME entity using the provided certificates.
 MimeEntity SMIMECryptographerImpl.encrypt(javax.mail.internet.MimeMultipart entity, X509Certificate encryptingCertificate)
          Encrypts a mulit part MIME entity using the provided certificate.
 MimeEntity Cryptographer.encrypt(javax.mail.internet.MimeMultipart entity, X509Certificate encryptingCertificate)
          Encrypts a mulit part MIME entity using the provided certificate.
 MimeEntity SignedEntity.getContent()
          Gets The content entity that was signed.
 MimeEntity SignedEntity.getSignature()
          Gets the entity part that contains the message signature.
 

Methods in org.nhindirect.stagent.cryptography with parameters of type MimeEntity
 MimeEntity SMIMECryptographerImpl.decrypt(MimeEntity encryptedEntity, Collection<X509CertificateEx> decryptingCertificates)
          Decrypts an entity with the provided certificates' private key.
 MimeEntity Cryptographer.decrypt(MimeEntity encryptedEntity, Collection<X509CertificateEx> decryptingCertificates)
          Decrypts an entity with the provided certificates' private key.
 MimeEntity SMIMECryptographerImpl.decrypt(MimeEntity encryptedEntity, X509CertificateEx decryptingCertificate)
          Decrypts an entity with the provided certificate's private key.
 MimeEntity Cryptographer.decrypt(MimeEntity encryptedEntity, X509CertificateEx decryptingCertificate)
          Decrypts an entity with the provided certificate's private key.
 org.bouncycastle.cms.CMSSignedData SMIMECryptographerImpl.deserializeEnvelopedSignature(MimeEntity envelopeEntity)
           
 org.bouncycastle.cms.CMSSignedData Cryptographer.deserializeEnvelopedSignature(MimeEntity envelopeEntity)
           
 MimeEntity SMIMECryptographerImpl.encrypt(MimeEntity entity, Collection<X509Certificate> encryptingCertificates)
          Encrypts an entity using the provided certificates.
 MimeEntity Cryptographer.encrypt(MimeEntity entity, Collection<X509Certificate> encryptingCertificates)
          Encrypts an entity using the provided certificates.
 MimeEntity SMIMECryptographerImpl.encrypt(MimeEntity entity, X509Certificate encryptingCertificate)
          Encrypts an entity using the provided certificate.
 MimeEntity Cryptographer.encrypt(MimeEntity entity, X509Certificate encryptingCertificate)
          Encrypts an entity using the provided certificate.
static boolean SMIMEStandard.isSignedEnvelope(MimeEntity entity)
           
 void SignedEntity.setContent(MimeEntity value)
          Sets the content entity that will be used to generate the signature.
 void SignedEntity.setSignature(MimeEntity value)
          Sets the entity part that contains the message signature.
 SignedEntity SMIMECryptographerImpl.sign(MimeEntity entity, Collection<X509Certificate> signingCertificates)
          Signs an entity with the provided certificates.
 SignedEntity Cryptographer.sign(MimeEntity entity, Collection<X509Certificate> signingCertificates)
          Signs an entity with the provided certificates.
 SignedEntity SMIMECryptographerImpl.sign(MimeEntity entity, X509Certificate signingCertificate)
          Signs an entity with the provided certificate.
 SignedEntity Cryptographer.sign(MimeEntity entity, X509Certificate signingCertificate)
          Signs an entity with the provided certificate.
 

Uses of MimeEntity in org.nhindirect.stagent.mail
 

Methods in org.nhindirect.stagent.mail that return MimeEntity
 MimeEntity Message.extractEntityForSignature(boolean includeEpilogue)
          Creates a MimeEntity object from this message that will be used for creating a message signature.
 MimeEntity Message.extractMimeEntity()
          Gets a copy of this message without any non-mime headers.
 

Uses of MimeEntity in org.nhindirect.stagent.mail.notifications
 

Methods in org.nhindirect.stagent.mail.notifications that return types with arguments of type MimeEntity
 Collection<MimeEntity> Notification.getParts()
          Returns a collection of body parts of the multipart report for this notification.
 

Methods in org.nhindirect.stagent.mail.notifications with parameters of type MimeEntity
static boolean MDNStandard.hasMDNRequest(MimeEntity entity)
          Tests the entity to see if it contains an MDN request.
static boolean MDNStandard.isNotification(MimeEntity entity)
          Tests the entity to determine if it is a disposition notification body part.
static boolean MDNStandard.isReport(MimeEntity entity)
          Tests the entity to see if it is an MDN.
 



Copyright © 2010-2015 NHIN Direct. All Rights Reserved.