Struct xpcom::interfaces::nsIIdentityKeyGenCallback [] [src]

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

interface nsIIdentityKeyGenCallback : nsISupports

Methods

impl nsIIdentityKeyGenCallback
[src]

[src]

Cast this nsIIdentityKeyGenCallback to one of its base interfaces.

impl nsIIdentityKeyGenCallback
[src]

[src]

/**
 * This interface provides a JavaScript callback object used to collect the
 * nsIIdentityServeKeyPair when the keygen operation is complete
 *
 * though there is discussion as to whether we need the nsresult,
 * we keep it so we can track deeper crypto errors.
 */

void generateKeyPairFinished (in nsresult rv, in nsIIdentityKeyPair keyPair);

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

IID: nsIID = nsID(2431798434, 11013, 19625, [138, 236, 137, 211, 142, 47, 144, 90])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIIdentityKeyGenCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.