org.apache.poi.poifs.crypt.dsig.services
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(java.util.List<java.security.cert.X509Certificate> certificateChain)
Gives back the revocation data corresponding with the given certificate
chain. |
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.
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.