HomeSort by relevance Sort by last modified time
    Searched refs:trustedPubKey (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
AlgorithmChecker.java 74 private final PublicKey trustedPubKey;
108 this.trustedPubKey = null;
131 this.trustedPubKey = anchor.getTrustedCert().getPublicKey();
133 this.trustedPubKey = anchor.getCAPublicKey();
136 this.prevPubKey = trustedPubKey;
144 if (trustedPubKey != null) {
145 prevPubKey = trustedPubKey;
317 // Don't bother to change the trustedPubKey.
BasicChecker.java 63 private final PublicKey trustedPubKey;
84 this.trustedPubKey = anchor.getTrustedCert().getPublicKey();
87 this.trustedPubKey = anchor.getCAPublicKey();
93 this.prevPubKey = trustedPubKey;
103 prevPubKey = trustedPubKey;

Completed in 917 milliseconds