Package org.xbill.DNS
Class DNSSEC.SignatureNotYetValidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xbill.DNS.DNSSEC.DNSSECException
org.xbill.DNS.DNSSEC.SignatureNotYetValidException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DNSSEC
A DNSSEC verification failed because the signature has not yet become valid.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionWhen the signature will become valid.When the verification was attempted.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getExpiration
When the signature will become valid. -
getVerifyTime
When the verification was attempted.
-