Searched refs:getServices (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/security/jca/
H A DGetInstance.java112 public static List<Service> getServices(String type, String algorithm) { method in class:GetInstance
114 return list.getServices(type, algorithm);
120 * @deprecated use getServices(List<ServiceId>) instead
123 public static List<Service> getServices(String type, method in class:GetInstance
126 return list.getServices(type, algorithms);
131 * the specified algorithms. See getServices(String, String) for detals.
133 public static List<Service> getServices(List<ServiceId> ids) { method in class:GetInstance
135 return list.getServices(ids);
170 for (Service s : list.getServices(type, algorithm)) {
186 List<Service> services = getServices(typ
[all...]
H A DProviderList.java348 public List<Service> getServices(String type, String algorithm) { method in class:ProviderList
355 * @deprecated use getServices(List<ServiceId>) instead
358 public List<Service> getServices(String type, List<String> algorithms) { method in class:ProviderList
363 return getServices(ids);
366 public List<Service> getServices(List<ServiceId> ids) { method in class:ProviderList
/openjdk7/jdk/test/java/security/Provider/
H A DCaseSensitiveServices.java46 System.out.println(p.getServices());
47 if (p.getServices().size() != 3) {
H A DTurkish.java41 System.out.println(p1.getServices()); // trigger service parsing
48 System.out.println(p2.getServices()); // trigger service parsing
/openjdk7/jdk/src/share/classes/javax/print/
H A DStreamPrintServiceFactory.java65 private static Services getServices() { method in class:StreamPrintServiceFactory
76 return getServices().listOfFactories;
81 getServices().listOfFactories = listOfFactories;
H A DPrintServiceLookup.java123 ArrayList list = getServices(flavor, attributes);
367 private static ArrayList getServices(DocFlavor flavor, method in class:PrintServiceLookup
/openjdk7/jdk/test/java/security/Signature/
H A DNONEwithRSA.java85 for (Iterator t = p.getServices().iterator(); t.hasNext(); ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DModel.java83 public List<Service> getServices() { method in class:Model
H A DExtendedModelVisitor.java42 for (Service service : model.getServices()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLModel.java106 @NotNull Map<QName, ? extends WSDLService> getServices(); method in interface:WSDLModel
/openjdk7/jdk/src/share/classes/java/security/
H A DSecureRandom.java543 for (Service s : p.getServices()) {
H A DKeyFactory.java134 List<Service> list = GetInstance.getServices("KeyFactory", algorithm);
H A DKeyPairGenerator.java204 GetInstance.getServices("KeyPairGenerator", algorithm);
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DSecretKeyFactory.java117 List list = GetInstance.getServices("SecretKeyFactory", algorithm);
H A DJceSecurity.java121 List services = GetInstance.getServices(type, algorithm);
H A DKeyAgreement.java168 List services = GetInstance.getServices("KeyAgreement", algorithm);
H A DKeyGenerator.java153 List list = GetInstance.getServices("KeyGenerator", algorithm);
H A DMac.java166 List services = GetInstance.getServices("Mac", algorithm);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java90 for (Service service : model.getServices()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyUtil.java97 for (WSDLService service : model.getServices().values()) {
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DTransformService.java160 List services = GetInstance.getServices("TransformService", algorithm);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DGeneratorBase.java100 for (Service service : model.getServices()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLModelImpl.java120 public @NotNull Map<QName, WSDLServiceImpl> getServices(){ method in class:WSDLModelImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DW3CAddressingWSDLParserExtension.java143 for (WSDLService service : model.getServices().values()) {
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DJsseJce.java320 for (Provider.Service s : cryptoProvider.getServices()) {

Completed in 64 milliseconds

12