Package org.minidns.dane
Class DaneCertificateException.MultipleCertificateMismatchExceptions
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- java.security.cert.CertificateException
-
- org.minidns.dane.DaneCertificateException
-
- org.minidns.dane.DaneCertificateException.MultipleCertificateMismatchExceptions
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DaneCertificateException
public static class DaneCertificateException.MultipleCertificateMismatchExceptions extends DaneCertificateException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.minidns.dane.DaneCertificateException
DaneCertificateException.CertificateMismatch, DaneCertificateException.MultipleCertificateMismatchExceptions
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<DaneCertificateException.CertificateMismatch>
certificateMismatchExceptions
-
Constructor Summary
Constructors Constructor Description MultipleCertificateMismatchExceptions(java.util.List<DaneCertificateException.CertificateMismatch> certificateMismatchExceptions)
-
-
-
Field Detail
-
certificateMismatchExceptions
public final java.util.List<DaneCertificateException.CertificateMismatch> certificateMismatchExceptions
-
-
Constructor Detail
-
MultipleCertificateMismatchExceptions
public MultipleCertificateMismatchExceptions(java.util.List<DaneCertificateException.CertificateMismatch> certificateMismatchExceptions)
-
-