OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTrustAnchor
(Results
1 - 3
of
3
) sorted by null
/libcore/crypto/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java
295
store.
isTrustAnchor
(null);
299
assertFalse(store.
isTrustAnchor
(getCa1()));
454
assertTrue(store.
isTrustAnchor
(ca2));
461
assertTrue(store.
isTrustAnchor
(ca2));
562
assertTrue(store.
isTrustAnchor
(x));
579
assertFalse(store.
isTrustAnchor
(x));
/libcore/crypto/src/main/java/org/conscrypt/
TrustManagerImpl.java
525
if (trustedCertificateStore.
isTrustAnchor
(cert)) {
TrustedCertificateStore.java
60
* methods {@link #
isTrustAnchor
} and {@link #findIssuer} to allow
325
public boolean
isTrustAnchor
(final X509Certificate c) {
Completed in 567 milliseconds