CertificateChainEntry.java


current inspection = 2009-09-03 21:56:13 (id #1)


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.ui.core.dialogs.sslcertificate.CertificateChainEntry(String, bool, bool)

  • Kind Annotation Text
    postinit'ed(this.invalid)
    postinit'ed(this.name)
    postinit'ed(this.trusted)
    postthis.invalid == invalid
    postthis.name == name
    postthis.trusted == trusted

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

  • Kind Annotation Text

  • String getName()

  • Kind Annotation Text
    postinit'ed(return_value)
    postreturn_value == this.name

  • bool isInvalid()

  • Kind Annotation Text
    postinit'ed(return_value)
    postreturn_value == this.invalid

  • bool isTrusted()

  • Kind Annotation Text
    postinit'ed(return_value)
    postreturn_value == this.trusted