org.nhindirect.stagent.cert
Interface CertificateResolver
- All Known Implementing Classes:
- CertificateStore
public interface CertificateResolver
Certificate resolver implementations are responsible for retrieving public X509Certificates from a
certificate repository. Repositories may include a simple keystore file, a machine cert store,
a URI, or a DNS cert implementation.
- Author:
- Greg Meyer, Umesh Madan
|
Method Summary |
java.util.Collection<java.security.cert.X509Certificate> |
getCertificates(javax.mail.internet.InternetAddress address)
Retrieves a collection of certificates for a given InternetAddress. |
getCertificates
java.util.Collection<java.security.cert.X509Certificate> getCertificates(javax.mail.internet.InternetAddress address)
- Retrieves a collection of certificates for a given InternetAddress.
- Parameters:
address - The InternetAddress used to lookup the certificate.
- Returns:
- An X509Certificate collection containing the address in its E or CN field.
Copyright © 2010-2011 HNIN Direct. All Rights Reserved.