org.xbill.DNS
Class DNSSEC.SignatureNotYetValidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xbill.DNS.DNSSEC.DNSSECException
              extended by org.xbill.DNS.DNSSEC.SignatureNotYetValidException
All Implemented Interfaces:
java.io.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

Method Summary
 java.util.Date getExpiration()
           
 java.util.Date getVerifyTime()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getExpiration

public java.util.Date getExpiration()
Returns:
When the signature will become valid

getVerifyTime

public java.util.Date getVerifyTime()
Returns:
When the verification was attempted