Struct xpcom::interfaces::nsICertVerificationCallback [] [src]

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

interface nsICertVerificationCallback : nsISupports

/**
 * Callback type for use with asyncVerifyCertAtTime.
 * If aPRErrorCode is PRErrorCodeSuccess (i.e. 0), aVerifiedChain represents the
 * verified certificate chain determined by asyncVerifyCertAtTime. aHasEVPolicy
 * represents whether or not the end-entity certificate verified as EV.
 * If aPRErrorCode is non-zero, it represents the error encountered during
 * verification. aVerifiedChain is null in that case and aHasEVPolicy has no
 * meaning.
 */

Methods

impl nsICertVerificationCallback
[src]

[src]

Cast this nsICertVerificationCallback to one of its base interfaces.

impl nsICertVerificationCallback
[src]

[src]

void verifyCertFinished (in int32_t aPRErrorCode, in nsIX509CertList aVerifiedChain, in bool aHasEVPolicy);

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

IID: nsIID = nsID(1239510984, 61356, 20311, [131, 97, 149, 110, 246, 185, 96, 164])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICertVerificationCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.