Home
last modified time | relevance | path

Searched refs:NoAuthenticationKeyAvailableException (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/identity/java/android/security/identity/
H A DNoAuthenticationKeyAvailableException.java24 public class NoAuthenticationKeyAvailableException extends IdentityCredentialException { class
31 public NoAuthenticationKeyAvailableException(@NonNull String message) { in NoAuthenticationKeyAvailableException() method in NoAuthenticationKeyAvailableException
41 public NoAuthenticationKeyAvailableException(@NonNull String message, in NoAuthenticationKeyAvailableException() method in NoAuthenticationKeyAvailableException
H A DIdentityCredential.java278 throws SessionTranscriptMismatchException, NoAuthenticationKeyAvailableException, in getEntries()
H A DCredstoreIdentityCredential.java290 throws SessionTranscriptMismatchException, NoAuthenticationKeyAvailableException, in getEntries()
327 throw new NoAuthenticationKeyAvailableException(e.getMessage(), e); in getEntries()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37412 …InvalidRequestMessageException, android.security.identity.NoAuthenticationKeyAvailableException, a…
37453 …public class NoAuthenticationKeyAvailableException extends android.security.identity.IdentityCrede…
37454 ctor public NoAuthenticationKeyAvailableException(@NonNull String);
37455 ctor public NoAuthenticationKeyAvailableException(@NonNull String, @NonNull Throwable);