HomeSort by relevance Sort by last modified time
    Searched defs:SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKeyPairGeneratorSpi.java 120 private static final Map<String, Integer> SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE =
126 SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE.put("p-224", 224);
127 SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE.put("secp224r1", 224);
131 SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE.put("p-256", 256);
132 SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE.put("secp256r1", 256);
133 SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE.put("prime256v1", 256);
136 SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE.put("p-384", 384);
137 SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE.put("secp384r1", 384);
140 SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE.put("p-521", 521);
141 SUPPORTED_EC_NIST_CURVE_NAME_TO_SIZE.put("secp521r1", 521)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 

Completed in 46 milliseconds