Home | History | Annotate | Download | only in cert

Lines Matching refs:TrustAnchor

35 import java.security.cert.TrustAnchor;
88 Set<TrustAnchor> taSet = TestUtils.getTrustAnchorSet();
90 fail(getName() + ": not performed (could not create test TrustAnchor set)");
107 Set<TrustAnchor> taSet = TestUtils.getTrustAnchorSet();
109 fail(getName() + ": not performed (could not create test TrustAnchor set)");
127 Set<TrustAnchor> taSet = TestUtils.getTrustAnchorSet();
129 fail(getName() + ": not performed (could not create test TrustAnchor set)");
131 HashSet<TrustAnchor> originalSet = (HashSet<TrustAnchor>) taSet;
132 HashSet<TrustAnchor> originalSetCopy = (HashSet<TrustAnchor>) originalSet
154 new PKIXBuilderParameters((Set<TrustAnchor>) null, null);
170 new PKIXBuilderParameters(new HashSet<TrustAnchor>(), null);