Struct xpcom::interfaces::nsISiteHPKPState [] [src]

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

interface nsISiteHPKPState : nsISiteSecurityState

Methods

impl nsISiteHPKPState
[src]

[src]

Cast this nsISiteHPKPState to one of its base interfaces.

impl nsISiteHPKPState
[src]

[src]

[must_use] readonly attribute nsISimpleEnumerator sha256Keys;

Methods from Deref<Target = nsISiteSecurityState>

[src]

Cast this nsISiteSecurityState to one of its base interfaces.

[src]

[must_use] readonly attribute ACString hostname;

[src]

[infallible] readonly attribute long long expireTime;

[src]

[infallible] readonly attribute short securityPropertyState;

[src]

[infallible] readonly attribute boolean includeSubdomains;

Trait Implementations

impl XpCom for nsISiteHPKPState
[src]

IID: nsIID = nsID(2922991736, 51152, 18253, [177, 71, 244, 170, 32, 58, 155, 44])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISiteHPKPState
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.