Searched refs:ServiceList (Results 1 – 2 of 2) sorted by relevance
350 return new ServiceList(type, algorithm);368 return new ServiceList(ids);376 private final class ServiceList extends AbstractList<Service> {399 ServiceList(String type, String algorithm) {405 ServiceList(List<ServiceId> ids) {
175 private final class ServiceList extends java.util.AbstractList<java.security.Provider.Service> { class in ProviderList177 ServiceList(java.lang.String type, java.lang.String algorithm) { in ServiceList() method in ProviderList.ServiceList181 ServiceList(java.util.List<sun.security.jca.ServiceId> ids) { in ServiceList() method in ProviderList.ServiceList