public interface CertBlocklist
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPublicKeyBlockListed(PublicKey publicKey)
Returns whether the given public key is in the blacklist.
|
boolean |
isSerialNumberBlockListed(BigInteger serial)
Returns whether the given serial number is in the blacklist.
|
boolean isPublicKeyBlockListed(PublicKey publicKey)
boolean isSerialNumberBlockListed(BigInteger serial)