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