Searched refs:CipherSuiteNotSupportedException (Results 1 – 5 of 5) sorted by relevance
24 public class CipherSuiteNotSupportedException extends IdentityCredentialException { class30 public CipherSuiteNotSupportedException(@NonNull String message) { in CipherSuiteNotSupportedException() method in CipherSuiteNotSupportedException40 public CipherSuiteNotSupportedException(@NonNull String message, @NonNull Throwable cause) { in CipherSuiteNotSupportedException() method in CipherSuiteNotSupportedException
143 @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()
187 throws CipherSuiteNotSupportedException; in getCredentialByName()227 throws CipherSuiteNotSupportedException { in createPresentationSession()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39326 …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;