Searched defs:KeyProtection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java87 * new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
112 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN).build());
138 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN)
168 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN)
202 * new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT)
215 public final class KeyProtection implements ProtectionParameter { class in inherits:ProtectionParameter
232 private KeyProtection( method in class:KeyProtection
474 * Builder of {@link KeyProtection} instances.
825 * @see KeyProtection#getBoundToSpecificSecureUserId()
848 * Builds an instance of {@link KeyProtection}
[all...]

Completed in 221 milliseconds