be.fedict.eid.applet.service.signer.facets
Interface RevocationDataService


public interface RevocationDataService

Interface for a service that retrieves revocation data about some given certificate chain.

Author:
Frank Cornelis

Method Summary
 RevocationData getRevocationData(List<X509Certificate> certificateChain)
          Gives back the revocation data corresponding with the given certificate chain.
 

Method Detail

getRevocationData

RevocationData getRevocationData(List<X509Certificate> certificateChain)
Gives back the revocation data corresponding with the given certificate chain.

Parameters:
certificateChain -
Returns:


Copyright © 2008-2012 FedICT. All Rights Reserved.