|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NHINDAddress | |
|---|---|
| org.nhindirect.stagent | Security and trust agent interface and core messaging and routing structures. |
| Uses of NHINDAddress in org.nhindirect.stagent |
|---|
| Methods in org.nhindirect.stagent that return NHINDAddress | |
|---|---|
NHINDAddress |
DefaultMessageEnvelope.getSender()
Gets the sender of the message. |
NHINDAddress |
MessageEnvelope.getSender()
Gets the sender of the message. |
| Methods in org.nhindirect.stagent that return types with arguments of type NHINDAddress | |
|---|---|
java.util.Collection<NHINDAddress> |
DefaultMessageEnvelope.getOtherRecipients()
Gets a list of recipients in the message that are not part of the agent's domain. |
java.util.Collection<NHINDAddress> |
MessageEnvelope.getOtherRecipients()
Gets a list of recipients in the message that are not part of the agent's domain. |
java.util.Collection<NHINDAddress> |
NHINDAddressCollection.getTrusted()
Gets all addresses in the collection that are trusted. |
java.util.Collection<NHINDAddress> |
NHINDAddressCollection.getTrusted(TrustEnforcementStatus minTrustStatus)
Gets all addresses in the collection that meet the minimum trust status. |
java.util.Collection<NHINDAddress> |
NHINDAddressCollection.getUntrusted()
Gets all addresses in the collection that are not trusted. |
java.util.Collection<NHINDAddress> |
NHINDAddressCollection.getUntrusted(TrustEnforcementStatus minTrustStatus)
Gets all addresses in the collection that do not meet the minimum trust status. |
| Methods in org.nhindirect.stagent with parameters of type NHINDAddress | |
|---|---|
boolean |
MessageSignature.checkThumbprint(NHINDAddress messageSender)
Validates if the senders certificate matches the signature certificate using certificate thumb printing. |
boolean |
DefaultMessageSignatureImpl.checkThumbprint(NHINDAddress messageSender)
Validates if the senders certificate matches the signature certificate using certificate thumb printing. |
IncomingMessage |
NHINDAgent.processIncoming(java.lang.String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an incoming message represented by a raw string. |
IncomingMessage |
DefaultNHINDAgent.processIncoming(java.lang.String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an incoming message represented by a raw string. |
OutgoingMessage |
NHINDAgent.processOutgoing(java.lang.String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an outgoing message represented by a raw string. |
OutgoingMessage |
DefaultNHINDAgent.processOutgoing(java.lang.String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an outgoing message represented by a raw string. |
| Method parameters in org.nhindirect.stagent with type arguments of type NHINDAddress | |
|---|---|
static NHINDAddressCollection |
NHINDAddressCollection.create(java.util.Collection<NHINDAddress> source)
Generates an instance of an NHINDAddressCollection from a collection of NHINDAddress addresses. |
| Constructors in org.nhindirect.stagent with parameters of type NHINDAddress | |
|---|---|
DefaultMessageEnvelope(Message message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Constructs an envelope from a message, a list of recipients, and a sender. |
|
DefaultMessageEnvelope(java.lang.String rawMessage,
NHINDAddressCollection recipients,
NHINDAddress sender)
Constructs an envelope from a message represented as a raw string, a list of recipients, and a sender. |
|
IncomingMessage(Message message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Constructs an incoming envelope from a message, a list of recipients, and a sender. |
|
IncomingMessage(java.lang.String message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Constructs an incoming envelope from a message represented as a raw string, a list of recipients, and a sender. |
|
OutgoingMessage(Message message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Create an outgoing message from a mime message overriding the routing headers. |
|
OutgoingMessage(java.lang.String message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Create an outgoing message from a raw string. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||