HomeSort by relevance Sort by last modified time
    Searched defs:workingPublicKey (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 237 PublicKey workingPublicKey;
246 workingPublicKey = sign.getPublicKey();
251 workingPublicKey = trust.getCAPublicKey();
263 workingAlgId = CertPathValidatorUtilities.getAlgorithmIdentifier(workingPublicKey);
304 if (NoPreloadHolder.blacklist.isPublicKeyBlackListed(workingPublicKey)) {
306 String message = "Certificate revocation of public key " + workingPublicKey;
321 // sign and workingPublicKey and workingIssuerName are set
332 RFC3280CertPathUtilities.processCertA(certPath, paramsPKIX, index, workingPublicKey,
423 workingPublicKey = CertPathValidatorUtilities.getNextWorkingKey(certPath.getCertificates(), index, helper);
430 workingAlgId = CertPathValidatorUtilities.getAlgorithmIdentifier(workingPublicKey);
    [all...]
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.56/
bcpkix-jdk15on-1.56.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 50 milliseconds