public interface RevocationDataService
Modifier and Type | Method and 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 2022 The Apache Software Foundation or its licensors, as applicable.