# Print output for @column tags ?>
public
class
KeyNotYetValidException
extends InvalidKeyException
| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.security.GeneralSecurityException | |||||
| ↳ | java.security.KeyException | |||||
| ↳ | java.security.InvalidKeyException | |||||
| ↳ | android.security.keystore.KeyNotYetValidException | |||||
Indicates that a cryptographic operation failed because the employed key's validity start date is in the future.
Public constructors | |
|---|---|
KeyNotYetValidException()
Constructs a new |
|
KeyNotYetValidException(String message)
Constructs a new |
|
KeyNotYetValidException(String message, Throwable cause)
Constructs a new |
|
Inherited methods | |
|---|---|
public KeyNotYetValidException ()
Constructs a new KeyNotYetValidException without detail message and cause.
public KeyNotYetValidException (String message)
Constructs a new KeyNotYetValidException with the provided detail message and no
cause.
| Parameters | |
|---|---|
message |
String |