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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
KeyNotYetValidException without detail message and cause.
| |||||||||||
Constructs a new
KeyNotYetValidException with the provided detail message and no
cause.
| |||||||||||
Constructs a new
KeyNotYetValidException with the provided detail message and cause.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Constructs a new KeyNotYetValidException
without detail message and cause.
Constructs a new KeyNotYetValidException
with the provided detail message and no
cause.
Constructs a new KeyNotYetValidException
with the provided detail message and cause.