OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findBySubjectAndPublicKey
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateIndex.java
116
public TrustAnchor
findBySubjectAndPublicKey
(X509Certificate cert) {
123
return
findBySubjectAndPublicKey
(cert, anchors);
127
private static TrustAnchor
findBySubjectAndPublicKey
(X509Certificate cert,
TrustManagerImpl.java
296
TrustAnchor trustAnchor = trustedCertificateIndex.
findBySubjectAndPublicKey
(cert);
Completed in 49 milliseconds