Searched refs:certToVerify (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java3319 * @param certToVerify the single certificate provided in the reply
3322 Certificate certToVerify)
3329 PublicKey replyPubKey = certToVerify.getPublicKey();
3337 if (certToVerify.equals(userCert)) {
3363 if (buildChain((X509Certificate)certToVerify, chain, certs)) {
3383 * @param certToVerify the cert that needs to be verified.
3389 private boolean buildChain(X509Certificate certToVerify, argument
3392 Principal issuer = certToVerify.getIssuerDN();
3393 if (isSelfSigned(certToVerify)) {
3396 chain.addElement(certToVerify);
3321 establishCertChain(Certificate userCert, Certificate certToVerify) argument
[all...]

Completed in 1484 milliseconds