Interface RevocationDataService
-
public interface RevocationDataServiceInterface for a service that retrieves revocation data about some given certificate chain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevocationDatagetRevocationData(java.util.List<java.security.cert.X509Certificate> certificateChain)Gives back the revocation data corresponding with the given certificate chain.
-
-
-
Method Detail
-
getRevocationData
RevocationData getRevocationData(java.util.List<java.security.cert.X509Certificate> certificateChain)
Gives back the revocation data corresponding with the given certificate chain.- Parameters:
certificateChain- the certificate chain- Returns:
- the revocation data corresponding with the given certificate chain.
-
-