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

  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 336 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm(keyType);
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreProvider.java 176 @NonNull @KeyProperties.KeyAlgorithmEnum String keyAlgorithm,
180 KeyFactory keyFactory = KeyFactory.getInstance(keyAlgorithm);
184 "Failed to obtain " + keyAlgorithm + " KeyFactory", e);
188 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) {
190 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
194 + keyAlgorithm);
201 String keyAlgorithm = publicKey.getAlgorithm();
202 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) {
205 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
210 + keyAlgorithm);
    [all...]
KeyProperties.java 168 public static abstract class KeyAlgorithm {
169 private KeyAlgorithm() {}
AndroidKeyStoreKeyGeneratorSpi.java 326 keyAlgorithmJCA = KeyProperties.KeyAlgorithm.fromKeymasterSecretKeyAlgorithm(
AndroidKeyStoreSpi.java 289 String keyAlgorithm = key.getAlgorithm();
291 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) {
304 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) {
333 throw new KeyStoreException("Unsupported key algorithm: " + keyAlgorithm);
469 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm(
632 KeyProperties.KeyAlgorithm.toKeymasterSecretKeyAlgorithm(key.getAlgorithm());
643 KeyProperties.KeyAlgorithm.toKeymasterDigest(key.getAlgorithm());
    [all...]
AndroidKeyStoreKeyPairGeneratorSpi.java 213 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm(
313 jcaKeyAlgorithm = KeyProperties.KeyAlgorithm.fromKeymasterAsymmetricKeyAlgorithm(
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/
aws-java-sdk-acm-1.11.18.jar 

Completed in 419 milliseconds