Home | History | Annotate | Download | only in provider

Lines Matching full:trust

155      * @param params used to find the trust anchors and signature provider
171 // If we have a trust anchor index, use it.
181 TrustAnchor trust = null;
194 throw new AnnotatedException("Cannot set subject search criteria for trust anchor.", ex);
208 while (iter.hasNext() && trust == null)
210 trust = (TrustAnchor) iter.next();
212 X509Certificate trustCert = trust.getTrustedCert();
215 // If the trust anchor is identical to the certificate we're
221 return trust;
236 trust = null;
240 else if (trust.getCAName() != null
241 && trust.getCAPublicKey() != null)
245 X500Principal caName = new X500Principal(trust.getCAName());
248 trustPublicKey = trust.getCAPublicKey();
252 trust = null;
257 trust = null;
262 trust = null;
276 trust = null;
281 if (trust == null && invalidKeyEx != null)
286 return trust;
781 // // ldap://directory.d-trust.net/CN=D-TRUST
782 // // Qualified CA 2003 1:PN,O=D-Trust GmbH,C=DE