Struct xpcom::interfaces::nsIX509CertList [] [src]

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

interface nsIX509CertList : nsISupports

Methods

impl nsIX509CertList
[src]

[src]

Cast this nsIX509CertList to one of its base interfaces.

impl nsIX509CertList
[src]

[src]

[must_use] void addCert (in nsIX509Cert cert);

[src]

[must_use] nsISimpleEnumerator getEnumerator ();

[src]

/**
   * Test whether two certificate list instances represent the same
   * certificate list.
   *
   * @return Whether the certificate lists are equal
   */

[must_use] boolean equals (in nsIX509CertList other);

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 nsIX509CertList
[src]

IID: nsIID = nsID(2926890405, 52527, 18239, [150, 245, 240, 183, 255, 246, 44, 104])

[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 nsIX509CertList
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIX509CertList
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.