Package org.xbill.DNS
Class DNSSEC.SignatureExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xbill.DNS.DNSSEC.DNSSECException
org.xbill.DNS.DNSSEC.SignatureExpiredException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DNSSEC
A DNSSEC verification failed because the signature has expired.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionWhen the signature expired.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 expired. -
getVerifyTime
When the verification was attempted.
-