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

  /frameworks/base/keystore/java/android/security/keystore/
KeyPermanentlyInvalidatedException.java 32 public class KeyPermanentlyInvalidatedException extends InvalidKeyException {
35 * Constructs a new {@code KeyPermanentlyInvalidatedException} without detail message and cause.
37 public KeyPermanentlyInvalidatedException() {
42 * Constructs a new {@code KeyPermanentlyInvalidatedException} with the provided detail message
45 public KeyPermanentlyInvalidatedException(String message) {
50 * Constructs a new {@code KeyPermanentlyInvalidatedException} with the provided detail message
53 public KeyPermanentlyInvalidatedException(String message, Throwable cause) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/
LockSettingsServiceTestable.java 28 import android.security.keystore.KeyPermanentlyInvalidatedException;
124 protected String getDecryptedPasswordForTiedProfile(int userId) throws FileNotFoundException, KeyPermanentlyInvalidatedException {
131 throw new KeyPermanentlyInvalidatedException();
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 141 milliseconds