Home | History | Annotate | Download | only in cert

Lines Matching defs:collection

47 import java.util.Collection;
534 Collection<List<?>> sans = sans1.getPairsList();
1117 * java.security.cert.X509CertSelector#setPathToNames(Collection<List<?>>)
1152 Collection
1342 * java.security.cert.X509CertSelector#setSubjectAlternativeNames(Collection<List<?>>)
1378 Collection<List<?>> sans = sans1.getPairsList();
1587 protected Collection<List<?>> collection = null;
1603 public TestCert(Collection<List<?>> collection) {
1604 setCollection(collection);
1656 public void setCollection(Collection<List<?>> collection) {
1657 this.collection = collection;
1955 // CertStore store = CertStore.getInstance("Collection", params);