Struct xpcom::interfaces::nsITransportSecurityInfo [] [src]

#[repr(C)]
pub struct nsITransportSecurityInfo { /* fields omitted */ }

interface nsITransportSecurityInfo : nsISupports

Methods

impl nsITransportSecurityInfo
[src]

[src]

Cast this nsITransportSecurityInfo to one of its base interfaces.

impl nsITransportSecurityInfo
[src]

[src]

readonly attribute unsigned long securityState;

[src]

readonly attribute wstring errorMessage;

[src]

[infallible] readonly attribute long errorCode;

[src]

/**
     * If certificate verification failed, this will be the peer certificate
     * chain provided in the handshake, so it can be used for error reporting.
     * If verification succeeded, this will be null.
     */

readonly attribute nsIX509CertList failedCertChain;

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsITransportSecurityInfo
[src]

IID: nsIID = nsID(560009939, 10428, 18033, [176, 87, 249, 140, 192, 155, 161, 234])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsITransportSecurityInfo
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITransportSecurityInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.