Summary:
Ctors
| Inherited Methods
CipherSuiteNotSupportedException
public
class
CipherSuiteNotSupportedException
extends IdentityCredentialException
| java.lang.Object | ||||
| ↳ | java.lang.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 | |
|---|---|
CipherSuiteNotSupportedException(String message)
Constructs a new |
|
CipherSuiteNotSupportedException(String message, Throwable cause)
Constructs a new |
|
Inherited methods | |
|---|---|
Public constructors
CipherSuiteNotSupportedException
public CipherSuiteNotSupportedException (String message)
Constructs a new CipherSuiteNotSupportedException exception.
| Parameters | |
|---|---|
message |
String: the detail message.
|
CipherSuiteNotSupportedException
public CipherSuiteNotSupportedException (String message,
Throwable cause)
Constructs a new CipherSuiteNotSupportedException exception.
| Parameters | |
|---|---|
message |
String: the detail message. |
cause |
Throwable: the cause.
|