Struct xpcom::interfaces::nsIIdentitySignCallback [] [src]

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

interface nsIIdentitySignCallback : nsISupports

Methods

impl nsIIdentitySignCallback
[src]

[src]

Cast this nsIIdentitySignCallback to one of its base interfaces.

impl nsIIdentitySignCallback
[src]

[src]

/**
 * This interface provides a JavaScript callback object used to collect the
 * AUTF8String signature
 */
/** On success, base64urlSignature is the base-64-URL-encoded signature
   *
   * For RS256 signatures, XXX bug 769858
   *
   * For DSA128 signatures, the signature is the r value concatenated with the
   * s value, each component padded with leading zeroes as necessary.
   */

void signFinished (in nsresult rv, in ACString base64urlSignature);

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

IID: nsIID = nsID(759058486, 14155, 19271, [164, 48, 17, 150, 182, 123, 137, 15])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIIdentitySignCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.