public interface RevocationDataService
Modifier and Type | Method | Description |
---|---|---|
RevocationData |
getRevocationData(java.util.List<java.security.cert.X509Certificate> certificateChain) |
Gives back the revocation data corresponding with the given certificate
chain.
|
RevocationData getRevocationData(java.util.List<java.security.cert.X509Certificate> certificateChain)
certificateChain
- the certificate chainCopyright 2018 The Apache Software Foundation or its licensors, as applicable.