Home | History | Annotate | Download | only in config

Lines Matching defs:ref

59         // multiple entry refs by returning the certificate from the first entry ref.
83 for (CertificatesEntryRef ref : mCertificatesEntryRefs) {
84 Set<TrustAnchor> anchors = ref.getTrustAnchors();
122 for (CertificatesEntryRef ref : mCertificatesEntryRefs) {
123 TrustAnchor anchor = ref.findBySubjectAndPublicKey(cert);
133 for (CertificatesEntryRef ref : mCertificatesEntryRefs) {
134 TrustAnchor anchor = ref.findByIssuerAndSignature(cert);
145 for (CertificatesEntryRef ref : mCertificatesEntryRefs) {
146 certs.addAll(ref.findAllCertificatesByIssuerAndSignature(cert));
154 for (CertificatesEntryRef ref : mCertificatesEntryRefs) {
155 ref.handleTrustStorageUpdate();
278 public Builder addCertificatesEntryRef(CertificatesEntryRef ref) {
282 mCertificatesEntryRefs.add(ref);