Added in API level 30

CipherSuiteNotSupportedException

open class CipherSuiteNotSupportedException : IdentityCredentialException
kotlin.Any
   ↳ kotlin.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

Constructs a new CipherSuiteNotSupportedException exception.

Constructs a new CipherSuiteNotSupportedException exception.

Public constructors

CipherSuiteNotSupportedException

Added in API level 30
CipherSuiteNotSupportedException(message: String)

Constructs a new CipherSuiteNotSupportedException exception.

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

CipherSuiteNotSupportedException

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

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.