The Wayback Machine - https://web.archive.org/web/20230208230438/https://developer.android.com/reference/android/security/keystore/UserNotAuthenticatedException
Stay organized with collections
Save and categorize content based on your preferences.
Indicates that a cryptographic operation could not be performed because the user has not been
authenticated recently enough. Authenticating the user will resolve this issue.
Returns an array containing all of the exceptions that were
suppressed, typically by the try-with-resources
statement, in order to deliver this exception.
Causes the current thread to wait until it is awakened, typically
by being notified or interrupted, or until a
certain amount of real time has elapsed.
Causes the current thread to wait until it is awakened, typically
by being notified or interrupted, or until a
certain amount of real time has elapsed.
Causes the current thread to wait until it is awakened, typically
by being notified or interrupted.
Public constructors
UserNotAuthenticatedException
public UserNotAuthenticatedException ()
Constructs a new UserNotAuthenticatedException without detail message and cause.
UserNotAuthenticatedException
public UserNotAuthenticatedException (String message)
Constructs a new UserNotAuthenticatedException with the provided detail message and
no cause.
Parameters
message
String
UserNotAuthenticatedException
public UserNotAuthenticatedException (String message,
Throwable cause)
Constructs a new UserNotAuthenticatedException with the provided detail message and
cause.
Parameters
message
String
cause
Throwable
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-02-08 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]