Home Reference Source
public class | source

SecretStore

Extends:

oo7~Bond → SecretStore

Constructor Summary

Public Constructor
public

Member Summary

Private Members
private
private

_byName: *

private

_keys: *[]

private

Method Summary

Public Methods
public

accountFromPhrase(phrase: *): *

public

accounts(): *

public

find(identifier: *): *

public

forget(identifier: *)

public

sign(from: *, data: *): *

public

submit(phrase: *, name: *): *

Private Methods
private

_load()

private

_sync()

Public Constructors

public constructor() source

Private Members

private _byAddress: * source

private _byName: * source

private _keys: *[] source

private _storage: * source

Public Methods

public accountFromPhrase(phrase: *): * source

Params:

NameTypeAttributeDescription
phrase *

Return:

*

public accounts(): * source

Return:

*

public find(identifier: *): * source

Params:

NameTypeAttributeDescription
identifier *

Return:

*

public forget(identifier: *) source

Params:

NameTypeAttributeDescription
identifier *

public sign(from: *, data: *): * source

Params:

NameTypeAttributeDescription
from *
data *

Return:

*

public submit(phrase: *, name: *): * source

Params:

NameTypeAttributeDescription
phrase *
name *

Return:

*

Private Methods

private _load() source

private _sync() source