HomeSort by relevance Sort by last modified time
    Searched refs:ServiceId (Results 1 - 15 of 15) sorted by null

  /libcore/ojluni/src/main/java/sun/security/jca/
ServiceId.java 35 public final class ServiceId {
40 public ServiceId(String type, String algorithm) {
ProviderList.java 362 * @deprecated use getServices(List<ServiceId>) instead
366 List<ServiceId> ids = new ArrayList<>();
368 ids.add(new ServiceId(type, alg));
373 public List<Service> getServices(List<ServiceId> ids) {
385 // avoid allocating/traversing the ServiceId list for these lookups
391 private final List<ServiceId> ids;
411 ServiceList(List<ServiceId> ids) {
449 for (ServiceId id : ids) {
GetInstance.java 120 * @deprecated use getServices(List<ServiceId>) instead
133 public static List<Service> getServices(List<ServiceId> ids) {
  /libcore/ojluni/src/main/java/java/security/
Signature.java 316 private final static List<ServiceId> rsaIds = Arrays.asList(
317 new ServiceId[] {
318 new ServiceId("Signature", "NONEwithRSA"),
319 new ServiceId("Cipher", "RSA/ECB/PKCS1Padding"),
320 new ServiceId("Cipher", "RSA/ECB"),
321 new ServiceId("Cipher", "RSA//PKCS1Padding"),
322 new ServiceId("Cipher", "RSA"),
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DevicePath.h 291 UINT64 ServiceId;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 177 const WCHAR *ServiceId;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 284 UINT64 ServiceId;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 664 UINT64 ServiceId;
    [all...]
Kms.h     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 880 AppendCSDNum (MappingItem, InfiniBand->ServiceId);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c     [all...]
DevicePathFromText.c     [all...]
  /frameworks/base/
preloaded-classes 287 [Lsun.security.jca.ServiceId;
    [all...]
compiled-classes-phone     [all...]
  /libcore/
openjdk_java_files.mk     [all...]

Completed in 489 milliseconds