OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:taSet
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/java/security/cert/
OldPKIXParametersTest.java
45
Set<TrustAnchor>
taSet
= TestUtils.getTrustAnchorSet();
46
if (
taSet
== null) {
51
PKIXParameters cpp = new PKIXParameters(
taSet
);
102
Set<TrustAnchor>
taSet
= TestUtils.getTrustAnchorSet();
103
if (
taSet
== null) {
107
PKIXParameters p = new PKIXParameters(
taSet
);
130
Set<TrustAnchor>
taSet
= TestUtils.getTrustAnchorSet();
131
if (
taSet
== null) {
136
PKIXParameters p = new PKIXParameters(
taSet
);
154
Set<TrustAnchor>
taSet
= TestUtils.getTrustAnchorSet()
[
all
...]
/libcore/luni/src/test/java/tests/security/cert/
PKIXBuilderParametersTest.java
88
Set<TrustAnchor>
taSet
= TestUtils.getTrustAnchorSet();
89
if (
taSet
== null) {
94
new PKIXBuilderParameters(
taSet
, new X509CertSelector());
107
Set<TrustAnchor>
taSet
= TestUtils.getTrustAnchorSet();
108
if (
taSet
== null) {
112
PKIXParameters p = new PKIXBuilderParameters(
taSet
, null);
127
Set<TrustAnchor>
taSet
= TestUtils.getTrustAnchorSet();
128
if (
taSet
== null) {
131
HashSet<TrustAnchor> originalSet = (HashSet<TrustAnchor>)
taSet
;
Completed in 7148 milliseconds