Home
last modified time | relevance | path

Searched refs:trustedPubKey (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DAlgorithmChecker.java76 private final PublicKey trustedPubKey; field in AlgorithmChecker
125 this.trustedPubKey = null; in AlgorithmChecker()
148 this.trustedPubKey = anchor.getTrustedCert().getPublicKey(); in AlgorithmChecker()
155 this.trustedPubKey = anchor.getCAPublicKey(); in AlgorithmChecker()
158 this.prevPubKey = trustedPubKey; in AlgorithmChecker()
179 if (trustedPubKey != null) { in init()
180 prevPubKey = trustedPubKey; in init()
DBasicChecker.java63 private final PublicKey trustedPubKey; field in BasicChecker
84 this.trustedPubKey = anchor.getTrustedCert().getPublicKey(); in BasicChecker()
87 this.trustedPubKey = anchor.getCAPublicKey(); in BasicChecker()
93 this.prevPubKey = trustedPubKey; in BasicChecker()
103 prevPubKey = trustedPubKey; in init()