Searched defs:workingPublicKey (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DRFC3280CertPathUtilities.java1453 PublicKey workingPublicKey,
1470 CertPathValidatorUtilities.verifyX509Certificate(cert, workingPublicKey,
1507 certPath, index), sign, workingPublicKey, certs);
1894 * @param workingPublicKey The public key of the issuer certificate <code>sign</code>.
1904 PublicKey workingPublicKey,
1951 checkCRL(dps[i], paramsPKIXClone, cert, validDate, sign, workingPublicKey, certStatus, reasonsMask, certPathCerts);
1990 checkCRL(dp, paramsPKIXClone, cert, validDate, sign, workingPublicKey, certStatus, reasonsMask,
1449 processCertA( CertPath certPath, ExtendedPKIXParameters paramsPKIX, int index, PublicKey workingPublicKey, boolean verificationAlreadyPerformed, X500Principal workingIssuerName, X509Certificate sign) argument
1899 checkCRLs( ExtendedPKIXParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate sign, PublicKey workingPublicKey, List certPathCerts) argument

Completed in 36 milliseconds