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

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyGenParameterSpecTest.java 20 import android.security.keystore.KeyProperties;
44 "arbitrary", KeyProperties.PURPOSE_ENCRYPT)
48 assertEquals(KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes());
82 "arbitrary", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
84 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC)
89 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA384)
90 .setEncryptionPaddings(KeyProperties.ENCRYPTION_PADDING_RSA_OAEP
    [all...]
KeyProtectionTest.java 20 import android.security.keystore.KeyProperties;
33 KeyProtection spec = new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT)
36 assertEquals(KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes());
62 KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_VERIFY)
63 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CTR)
64 .setDigests(KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA512)
65 .setEncryptionPaddings(KeyProperties.ENCRYPTION_PADDING_RSA_PKCS1
    [all...]
KeyPairGeneratorTest.java 22 import android.security.keystore.KeyProperties;
175 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
290 KeyProperties.PURPOSE_ENCRYPT)
291 .setEncryptionPaddings(KeyProperties.ENCRYPTION_PADDING_NONE)
310 new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC};
312 new String[] {KeyProperties.ENCRYPTION_PADDING_RSA_OAEP,
313 KeyProperties.ENCRYPTION_PADDING_RSA_PKCS1};
315 new String[] {KeyProperties.DIGEST_SHA256, KeyProperties.DIGEST_SHA1}
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 35 public abstract class KeyProperties {
36 private KeyProperties() {}
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 7136 milliseconds