Created
January 19, 2012 16:48
-
-
Save naush/1641118 to your computer and use it in GitHub Desktop.
sun.security.provider.certpath.PKIXCertPathValidator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 245 try { | |
| 246 X509CertImpl firstCertImpl = X509CertImpl.toImpl(firstCert); | |
| 247 issuerSelector.parseAuthorityKeyIdentifierExtension( | |
| 248 firstCertImpl.getAuthorityKeyIdentifierExtension()); | |
| 249 | |
| 250 worthy = issuerSelector.match(trustedCert); | |
| 251 } catch (Exception e) { | |
| 252 // It is not worth trying. | |
| 253 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment