Uses of Class
org.nhindirect.stagent.NHINDException

Packages that use NHINDException
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. 
 

Uses of NHINDException in org.nhindirect.stagent
 

Subclasses of NHINDException in org.nhindirect.stagent
 class AgentException
          Exception thrown in the agent's operational flow.
 

Methods in org.nhindirect.stagent that throw NHINDException
 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.
 

Uses of NHINDException in org.nhindirect.stagent.cryptography
 

Subclasses of NHINDException in org.nhindirect.stagent.cryptography
 class CryptographicException
           
 class EncryptionException
           
 class SignatureException
           
 

Uses of NHINDException in org.nhindirect.stagent.mail
 

Subclasses of NHINDException in org.nhindirect.stagent.mail
 class MimeException
          Exception thrown when an invalid message in encountered.
 

Uses of NHINDException in org.nhindirect.stagent.trust
 

Subclasses of NHINDException in org.nhindirect.stagent.trust
 class TrustException
          Exception thrown when during trust enforcement operations.
 



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