Home
last modified time | relevance | path

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

/aosp12/frameworks/base/identity/java/android/security/identity/
H A DSessionTranscriptMismatchException.java24 public class SessionTranscriptMismatchException extends IdentityCredentialException { class
31 public SessionTranscriptMismatchException(@NonNull String message) { in SessionTranscriptMismatchException() method in SessionTranscriptMismatchException
41 public SessionTranscriptMismatchException(@NonNull String message, @NonNull Throwable cause) { in SessionTranscriptMismatchException() method in SessionTranscriptMismatchException
H A DIdentityCredential.java278 throws SessionTranscriptMismatchException, NoAuthenticationKeyAvailableException, in getEntries()
H A DCredstoreIdentityCredential.java290 throws SessionTranscriptMismatchException, NoAuthenticationKeyAvailableException, in getEntries()
331 throw new SessionTranscriptMismatchException(e.getMessage(), e); in getEntries()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37412 …oAuthenticationKeyAvailableException, android.security.identity.SessionTranscriptMismatchException;
37486 …public class SessionTranscriptMismatchException extends android.security.identity.IdentityCredenti…
37487 ctor public SessionTranscriptMismatchException(@NonNull String);
37488 ctor public SessionTranscriptMismatchException(@NonNull String, @NonNull Throwable);