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