Added in API level 30

CipherSuiteNotSupportedException

public class CipherSuiteNotSupportedException
extends IdentityCredentialException

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


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

Summary

Public constructors

CipherSuiteNotSupportedException(String message)

Constructs a new CipherSuiteNotSupportedException exception.

CipherSuiteNotSupportedException(String message, Throwable cause)

Constructs a new CipherSuiteNotSupportedException exception.

Inherited methods

Public constructors

CipherSuiteNotSupportedException

Added in API level 30
public CipherSuiteNotSupportedException (String message)

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)

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.