Home
last modified time | relevance | path

Searched defs:TrustedCertificateEntry (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
DKeyStore.java1345 public static final class TrustedCertificateEntry implements Entry { class in KeyStore
1359 public TrustedCertificateEntry(Certificate trustCertificate) { in TrustedCertificateEntry() method in KeyStore.TrustedCertificateEntry