Home
last modified time | relevance | path

Searched refs:CipherSuiteNotSupportedException (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/identity/java/android/security/identity/
H A DCipherSuiteNotSupportedException.java24 public class CipherSuiteNotSupportedException extends IdentityCredentialException { class
30 public CipherSuiteNotSupportedException(@NonNull String message) { in CipherSuiteNotSupportedException() method in CipherSuiteNotSupportedException
40 public CipherSuiteNotSupportedException(@NonNull String message, @NonNull Throwable cause) { in CipherSuiteNotSupportedException() method in CipherSuiteNotSupportedException
H A DCredstoreIdentityCredentialStore.java143 @Ciphersuite int cipherSuite) throws CipherSuiteNotSupportedException { in getCredentialByName()
155 throw new CipherSuiteNotSupportedException(e.getMessage(), e); in getCredentialByName()
187 throws CipherSuiteNotSupportedException { in createPresentationSession()
196 throw new CipherSuiteNotSupportedException(e.getMessage(), e); in createPresentationSession()
H A DIdentityCredentialStore.java187 throws CipherSuiteNotSupportedException; in getCredentialByName()
227 throws CipherSuiteNotSupportedException { in createPresentationSession()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39326 …public class CipherSuiteNotSupportedException extends android.security.identity.IdentityCredential…
39327 ctor public CipherSuiteNotSupportedException(@NonNull String);
39328 ctor public CipherSuiteNotSupportedException(@NonNull String, @NonNull Throwable);
39415 …n createPresentationSession(int) throws android.security.identity.CipherSuiteNotSupportedException;
39417 …tialByName(@NonNull String, int) throws android.security.identity.CipherSuiteNotSupportedException;