method com.dmdirc.ui.core.dialogs.sslcertificate. CertificateChainEntry__static_init










method void com.dmdirc.ui.core.dialogs.sslcertificate. CertificateChainEntry(String, bool, bool)
postthis.invalid == invalid
postinit'ed(this.invalid)
postthis.name == name
postinit'ed(this.name)
postthis.trusted == trusted
postinit'ed(this.trusted)










method bool isInvalid()
postreturn_value == this.invalid
postinit'ed(return_value)










method bool isTrusted()
postreturn_value == this.trusted
postinit'ed(return_value)










method String getName()
postreturn_value == this.name
postinit'ed(return_value)