public static interface PublicKeyLocator.Thumbprint
Modifier and Type | Method and Description |
---|---|
Predicate<X509Certificate> |
matcher()
Gets a predicate that tests whether this thumbprint matches a given
certificate
|
Predicate<X509Certificate> matcher() throws CertificateException
CertificateException
- if the matcher cannot be created due to
an error (e.g. a JCA error in obtaining MessageDigest instances)Copyright © 2019. All rights reserved.