A set of certificates that are blacklisted from trust.
isPublicKeyBlockListed
public abstract boolean isPublicKeyBlockListed(PublicKey publicKey)
Returns whether the given public key is in the blacklist.
isSerialNumberBlockListed
public abstract boolean isSerialNumberBlockListed(BigInteger serial)
Returns whether the given serial number is in the blacklist.