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
public static class DNSSEC.SignatureNotYetValidException
- extends DNSSEC.DNSSECException
A DNSSEC verification failed because the signature has not yet become valid.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getExpiration
public Date getExpiration()
- Returns:
- When the signature will become valid
getVerifyTime
public Date getVerifyTime()
- Returns:
- When the verification was attempted