Package org.xbill.DNS

Class DNSSEC.SignatureExpiredException

All Implemented Interfaces:
Serializable
Enclosing class:
DNSSEC

public static class DNSSEC.SignatureExpiredException extends DNSSEC.DNSSECException
A DNSSEC verification failed because the signature has expired.
See Also:
  • Method Details

    • getExpiration

      public Instant getExpiration()
      When the signature expired.
    • getVerifyTime

      public Instant getVerifyTime()
      When the verification was attempted.