Home | History | Annotate | Download | only in patches

Lines Matching full:blacklist

6863 +            logger.log(Level.WARNING, "Could not read blacklist", e);
6931 + logger.log(Level.WARNING, "Tried to blacklist invalid serial number " + value, e);
6979 + logger.log(Level.WARNING, "Tried to blacklist invalid pubkey " + value);
7815 + private final static CertBlacklist blacklist = new CertBlacklist();
7830 + if (blacklist.isSerialNumberBlackListed(serial)) {
7848 + if (blacklist.isPublicKeyBlackListed(workingPublicKey)) {