Struct xpcom::interfaces::nsIPKCS11ModuleDB [] [src]

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

interface nsIPKCS11ModuleDB : nsISupports

Methods

impl nsIPKCS11ModuleDB
[src]

[src]

Cast this nsIPKCS11ModuleDB to one of its base interfaces.

impl nsIPKCS11ModuleDB
[src]

[src]

[must_use] void deleteModule (in AString moduleName);

[src]

[must_use] void addModule (in AString moduleName, in AString libraryFullPath, in long cryptoMechanismFlags, in long cipherFlags);

[src]

[must_use] nsIPKCS11Module findModuleByName (in AUTF8String name);

[src]

[must_use] nsISimpleEnumerator listModules ();

[src]

[must_use] readonly attribute boolean canToggleFIPS;

[src]

[must_use] void toggleFIPSMode ();

[src]

[must_use] readonly attribute boolean isFIPSEnabled;

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

IID: nsIID = nsID(4288658647, 38167, 17204, [185, 122, 206, 237, 120, 144, 153, 116])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPKCS11ModuleDB
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.