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