Struct xpcom::interfaces::nsIPK11TokenDB [] [src]

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

interface nsIPK11TokenDB : nsISupports

/**
 * The PK11 Token Database provides access to the PK11 modules
 * that are installed, and the tokens that are available.
 * Interfaces: nsIPK11TokenDB
 * Threading: ??
 */
/**
 * nsIPK11TokenDB - Manages PK11 Tokens
 */

Methods

impl nsIPK11TokenDB
[src]

[src]

Cast this nsIPK11TokenDB to one of its base interfaces.

impl nsIPK11TokenDB
[src]

[src]

nsIPK11Token getInternalKeyToken ();

[src]

[must_use] nsIPK11Token findTokenByName (in AUTF8String tokenName);

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

IID: nsIID = nsID(1323469954, 7634, 4530, [170, 191, 187, 64, 23, 171, 227, 149])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPK11TokenDB
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.