Package org.bouncycastle.jce.provider
Class CertBlacklist
java.lang.Object
org.bouncycastle.jce.provider.CertBlacklist
public class CertBlacklist extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_PUBKEY_BLACKLIST_PATHstatic StringDEFAULT_SERIAL_BLACKLIST_PATHSet<byte[]>pubkeyBlacklistSet<BigInteger>serialBlacklist -
Constructor Summary
Constructors Constructor Description CertBlacklist()CertBlacklist(String pubkeyBlacklistPath, String serialBlacklistPath)Test only interface, not for public use -
Method Summary
Modifier and Type Method Description booleanisPublicKeyBlackListed(PublicKey publicKey)booleanisSerialNumberBlackListed(BigInteger serial)
-
Field Details
-
DEFAULT_PUBKEY_BLACKLIST_PATH
-
DEFAULT_SERIAL_BLACKLIST_PATH
-
serialBlacklist
-
pubkeyBlacklist
-
-
Constructor Details
-
CertBlacklist
public CertBlacklist() -
CertBlacklist
Test only interface, not for public use
-
-
Method Details
-
isPublicKeyBlackListed
-
isSerialNumberBlackListed
-