Struct xpcom::interfaces::nsIIdentityKeyPair [] [src]

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

interface nsIIdentityKeyPair : nsISupports

/**
 * This interface provides a keypair and signing interface for Identity functionality
 */

Methods

impl nsIIdentityKeyPair
[src]

[src]

Cast this nsIIdentityKeyPair to one of its base interfaces.

impl nsIIdentityKeyPair
[src]

[src]

readonly attribute AUTF8String keyType;

[src]

readonly attribute AUTF8String hexRSAPublicKeyExponent;

[src]

readonly attribute AUTF8String hexRSAPublicKeyModulus;

[src]

readonly attribute AUTF8String hexDSAPrime;

[src]

readonly attribute AUTF8String hexDSASubPrime;

[src]

readonly attribute AUTF8String hexDSAGenerator;

[src]

readonly attribute AUTF8String hexDSAPublicValue;

[src]

void sign (in AUTF8String aText, in nsIIdentitySignCallback callback);

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

IID: nsIID = nsID(1939221959, 36583, 17222, [161, 43, 176, 57, 225, 217, 181, 77])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIIdentityKeyPair
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.