org.nhindirect.stagent.cert
Interface RevocationManager


public interface RevocationManager

Interface for the lookup of revocation status of an X509Certificate.

Author:
beau

Method Summary
 boolean isRevoked(java.security.cert.X509Certificate certificate)
          Determine whether or not a certificate has been revoked.
 

Method Detail

isRevoked

boolean isRevoked(java.security.cert.X509Certificate certificate)
Determine whether or not a certificate has been revoked.

Parameters:
certificate - The certificate to inspect.
Returns:
true if the certificate has been revoked, false otherwise.


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