| Package | Description |
|---|---|
| org.nhindirect.stagent.cryptography |
NHIN Direct cryptography.
|
| org.nhindirect.stagent.mail |
NHIN Direct mail structures and message wrapping logic.
|
| Constructor and Description |
|---|
SignedEntity(javax.mail.internet.ContentType mmContentType,
javax.mail.internet.MimeMultipart mm)
Constructs a signed entity from a JavaMail MimeMultipart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MimeEntity.verifyContentType(javax.mail.internet.ContentType expectedType)
Verifies if the content type of the entity is what is expected.
|
void |
MimeEntity.verifyContentType(String expectedType)
Verifies if the content type of the entity is what is expected.
|
void |
MimeEntity.verifyTransferEncoding(String expectedEncoding)
Verifies if the transfer encoding of the entity is what is expected.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.