org.nhindirect.stagent.trust
Interface TrustAnchorResolver

All Known Implementing Classes:
DefaultTrustAnchorResolver

public interface TrustAnchorResolver

A trust setting store contains certificate anchors that assert the trust policy of a recicient's or sender's certificate. A certificate must have a anchor in its certificate chain that is contained in this store to be considered trusted. Certificate anchors can be specific to an InternetAddress.

Author:
Greg Meyer, Umesh Madan

Method Summary
 CertificateResolver getIncomingAnchors()
          Gets the certificate resolver for incoming messages.
 CertificateResolver getOutgoingAnchors()
          Gets the certificate resolver for outgoing messages.
 

Method Detail

getOutgoingAnchors

CertificateResolver getOutgoingAnchors()
Gets the certificate resolver for outgoing messages.

Returns:
The certificate resolver for outgoing messages.

getIncomingAnchors

CertificateResolver getIncomingAnchors()
Gets the certificate resolver for incoming messages.

Returns:
The certificate resolver for incoming messages.


Copyright © 2010-2012 HNIN Direct. All Rights Reserved.