Added in API level 30
Deprecated in API level 10000

CipherSuiteNotSupportedException


public class CipherSuiteNotSupportedException
extends IdentityCredentialException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.security.identity.IdentityCredentialException
         ↳ android.security.identity.CipherSuiteNotSupportedException


This class was deprecated in API level 10000.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Thrown if trying to use a cipher suite which isn't supported.

Summary

Public constructors

CipherSuiteNotSupportedException(String message)

This constructor is deprecated. Use java.security.KeyStore with the Android hardware-backed keystore instead.

CipherSuiteNotSupportedException(String message, Throwable cause)

This constructor is deprecated. Use java.security.KeyStore with the Android hardware-backed keystore instead.

Inherited methods

Public constructors

CipherSuiteNotSupportedException

Added in API level 30
public CipherSuiteNotSupportedException (String message)

This constructor is deprecated.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Constructs a new CipherSuiteNotSupportedException exception.

Parameters
message String: the detail message.
This value cannot be null.

CipherSuiteNotSupportedException

Added in API level 30
public CipherSuiteNotSupportedException (String message, 
                Throwable cause)

This constructor is deprecated.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Constructs a new CipherSuiteNotSupportedException exception.

Parameters
message String: the detail message.
This value cannot be null.

cause Throwable: the cause.
This value cannot be null.