g-Eclipse
Release 1.0.0

eu.geclipse.core.security
Interface ICertificateTrustVerifier


public interface ICertificateTrustVerifier

Base interface for classes that verify the trust of a certificate chain. Classes can be registered with the eu.geclipse.core.certificateTrustVerifier extension point.


Nested Class Summary
static class ICertificateTrustVerifier.TrustMode
          The trust mode of the certificate.
 
Method Summary
 ICertificateTrustVerifier.TrustMode verifyTrust(java.security.cert.X509Certificate[] chain)
          Verify the trust mode of the specified certificate chain.
 

Method Detail

verifyTrust

ICertificateTrustVerifier.TrustMode verifyTrust(java.security.cert.X509Certificate[] chain)
Verify the trust mode of the specified certificate chain.

Parameters:
chain - The certificate chain that should be verified.
Returns:
One of the defined trust modes.

g-Eclipse
Release 1.0.0