| Package | Description |
|---|---|
| org.nhindirect.stagent |
Security and trust agent interface and core messaging and routing structures.
|
| org.nhindirect.stagent.cryptography |
NHIN Direct cryptography.
|
| org.nhindirect.stagent.mail |
NHIN Direct mail structures and message wrapping logic.
|
| org.nhindirect.stagent.trust |
NHIN Direct trust policy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentException
Exception thrown in the agent's operational flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NHINDAgentEventListener.postProcessIncoming(IncomingMessage msg)
Called after the message is decrypted and the signature is validated.
|
void |
NHINDAgentEventListener.postProcessOutgoing(OutgoingMessage msg)
Called after the message has been encypted and signed.
|
void |
NHINDAgentEventListener.preProcessIncoming(IncomingMessage msg)
Called after the message has been validated but before it is decrypted.
|
void |
NHINDAgentEventListener.preProcessOutgoing(OutgoingMessage msg)
Called after the message has been validated but before it is encypted and signed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CryptographicException |
class |
EncryptionException |
class |
SignatureException |
| Modifier and Type | Class and Description |
|---|---|
class |
MimeException
Exception thrown when an invalid message in encountered.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TrustException
Exception thrown when during trust enforcement operations.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.