Class DaneCertificateException.CertificateMismatch

    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] computed  
      org.minidns.record.TLSA tlsa  
    • Constructor Summary

      Constructors 
      Constructor Description
      CertificateMismatch​(org.minidns.record.TLSA tlsa, byte[] computed)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • tlsa

        public final org.minidns.record.TLSA tlsa
      • computed

        public final byte[] computed
    • Constructor Detail

      • CertificateMismatch

        public CertificateMismatch​(org.minidns.record.TLSA tlsa,
                                   byte[] computed)