Home
last modified time | relevance | path

Searched refs:KeyStoreParameter (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/
DKeyStoreParameter.java44 public final class KeyStoreParameter implements ProtectionParameter { class
47 private KeyStoreParameter(int flags) { in KeyStoreParameter() method in KeyStoreParameter
121 public KeyStoreParameter build() { in build()
122 return new KeyStoreParameter(mFlags); in build()
DAndroidKeyStore.java212 KeyStoreParameter params) throws KeyStoreException { in setPrivateKeyEntry()
547 if (param != null && !(param instanceof KeyStoreParameter)) { in engineSetEntry()
556 (KeyStoreParameter) param); in engineSetEntry()
/frameworks/base/keystore/tests/src/android/security/
DAndroidKeyStoreTest.java1971 new KeyStoreParameter.Builder(getContext()) in testKeyStore_SetEntry_PrivateKeyEntry_Params_Unencrypted_Failure()
2501 new KeyStoreParameter.Builder(getContext()) in testKeyStore_SetKeyEntry_ReplacedChain_UnencryptedToEncrypted_Failure()
2512 new KeyStoreParameter.Builder(getContext()) in testKeyStore_SetKeyEntry_ReplacedChain_UnencryptedToEncrypted_Failure()
/frameworks/base/api/
Dsystem-current.txt28492 public final class KeyStoreParameter implements java.security.KeyStore.ProtectionParameter {
28496 public static final class KeyStoreParameter.Builder {
28497 ctor public KeyStoreParameter.Builder(android.content.Context);
28498 method public android.security.KeyStoreParameter build();
28499 method public android.security.KeyStoreParameter.Builder setEncryptionRequired(boolean);
Dcurrent.txt26900 public final class KeyStoreParameter implements java.security.KeyStore.ProtectionParameter {
26904 public static final class KeyStoreParameter.Builder {
26905 ctor public KeyStoreParameter.Builder(android.content.Context);
26906 method public android.security.KeyStoreParameter build();
26907 method public android.security.KeyStoreParameter.Builder setEncryptionRequired(boolean);