Package org.conscrypt
Interface CertBlocklist
public interface CertBlocklist
A set of certificates that are blacklisted from trust.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisPublicKeyBlockListed(PublicKey publicKey) Returns whether the given public key is in the blacklist.booleanisSerialNumberBlockListed(BigInteger serial) Returns whether the given serial number is in the blacklist.
-
Method Details
-
isPublicKeyBlockListed
Returns whether the given public key is in the blacklist. -
isSerialNumberBlockListed
Returns whether the given serial number is in the blacklist.
-