Package org.xbill.DNS

Class 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:
  • Method Details

    • getExpiration

      public Instant getExpiration()
      When the signature will become valid.
    • getVerifyTime

      public Instant getVerifyTime()
      When the verification was attempted.