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

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java88 * new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
113 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN).build());
139 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN)
169 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN)
203 * new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT)
216 public final class KeyProtection implements ProtectionParameter, UserAuthArgs { class in inherits:ProtectionParameter,UserAuthArgs
237 private KeyProtection( method in class:KeyProtection
543 * Builder of {@link KeyProtection} instances.
940 * @see KeyProtection#getBoundToSpecificSecureUserId()
987 * Builds an instance of {@link KeyProtection}
[all...]

Completed in 143 milliseconds