summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/UserNotAuthenticatedException.java
diff options
context:
space:
mode:
Diffstat (limited to 'keystore/java/android/security/UserNotAuthenticatedException.java')
-rw-r--r--keystore/java/android/security/UserNotAuthenticatedException.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/keystore/java/android/security/UserNotAuthenticatedException.java b/keystore/java/android/security/UserNotAuthenticatedException.java
index f5f5f41..66f4dd8 100644
--- a/keystore/java/android/security/UserNotAuthenticatedException.java
+++ b/keystore/java/android/security/UserNotAuthenticatedException.java
@@ -16,11 +16,13 @@
package android.security;
+import java.security.InvalidKeyException;
+
/**
* Indicates that a cryptographic operation could not be performed because the user has not been
* authenticated recently enough.
*/
-public class UserNotAuthenticatedException extends CryptoOperationException {
+public class UserNotAuthenticatedException extends InvalidKeyException {
/**
* Constructs a new {@code UserNotAuthenticatedException} without detail message and cause.