Home
last modified time | relevance | path

Searched defs:getService (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/jca/
DGetInstance.java38 public static java.security.Provider.Service getService( in getService() method in GetInstance
44 public static java.security.Provider.Service getService( in getService() method in GetInstance
50 public static java.security.Provider.Service getService( in getService() method in GetInstance
DProviderList.java110 public java.security.Provider.Service getService(java.lang.String type, java.lang.String name) { in getService() method in ProviderList
/libcore/ojluni/src/main/java/sun/security/jca/
DGetInstance.java64 public static Service getService(String type, String algorithm) in getService() method in GetInstance
75 public static Service getService(String type, String algorithm, in getService() method in GetInstance
93 public static Service getService(String type, String algorithm, in getService() method in GetInstance
/libcore/ojluni/annotations/mmodule/java/security/
DProvider.annotated.java95 public synchronized java.security.Provider.Service getService(java.lang.String type, java.lang.Stri… in getService() method in Provider
/libcore/luni/src/test/java/libcore/java/security/
DProviderTest.java329 private static Provider.Service getService(Provider p, String id) { in getService() method in ProviderTest
/libcore/ojluni/src/main/java/java/security/
DProvider.java1066 public synchronized Service getService(String type, String algorithm) { in getService() method in Provider