CipherSuiteNotSupportedException
open class CipherSuiteNotSupportedException : IdentityCredentialException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | androidx.security.identity.IdentityCredentialException | |||
↳ | androidx.security.identity.CipherSuiteNotSupportedException |
Thrown if trying to use a cipher suite which isn't supported.
Summary
Public constructors | |
---|---|
Constructs a new |
|
Constructs a new |
Public constructors
<init>
CipherSuiteNotSupportedException(@NonNull message: String)
Constructs a new CipherSuiteNotSupportedException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
<init>
CipherSuiteNotSupportedException(
@NonNull message: String,
@NonNull cause: Throwable)
Constructs a new CipherSuiteNotSupportedException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
cause |
Throwable: the cause. |