public class CertBlacklist extends Object
| Modifier and Type | Field and Description |
|---|---|
Set<byte[]> |
pubkeyBlacklist |
Set<BigInteger> |
serialBlacklist |
| Constructor and Description |
|---|
CertBlacklist() |
CertBlacklist(String pubkeyBlacklistPath,
String serialBlacklistPath)
Test only interface, not for public use
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPublicKeyBlackListed(PublicKey publicKey) |
boolean |
isSerialNumberBlackListed(BigInteger serial) |
public final Set<BigInteger> serialBlacklist
public final Set<byte[]> pubkeyBlacklist
public boolean isPublicKeyBlackListed(PublicKey publicKey)
public boolean isSerialNumberBlackListed(BigInteger serial)