public static class DNSSEC.SignatureExpiredException extends DNSSEC.DNSSECException
| Modifier and Type | Field and Description |
|---|---|
private java.time.Instant |
now |
private java.time.Instant |
when |
| Constructor and Description |
|---|
SignatureExpiredException(java.time.Instant when,
java.time.Instant now) |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getExpiration() |
java.time.Instant |
getVerifyTime() |