KeyNotYetValidException
open class KeyNotYetValidException : InvalidKeyException
Indicates that a cryptographic operation failed because the employed key's validity start date is in the future.
Summary
| Public constructors |
|---|
|
Constructs a new |
KeyNotYetValidException(message: String!)Constructs a new |
KeyNotYetValidException(message: String!, cause: Throwable!)Constructs a new |
Public constructors
KeyNotYetValidException
KeyNotYetValidException()
Constructs a new KeyNotYetValidException without detail message and cause.
KeyNotYetValidException
KeyNotYetValidException(message: String!)
Constructs a new KeyNotYetValidException with the provided detail message and no cause.
KeyNotYetValidException
KeyNotYetValidException(
message: String!,
cause: Throwable!)
Constructs a new KeyNotYetValidException with the provided detail message and cause.