diff --git a/classes/cards_src.Card.html b/classes/cards_src.Card.html index 088ade3c..64e9fb89 100644 --- a/classes/cards_src.Card.html +++ b/classes/cards_src.Card.html @@ -1,7 +1,7 @@ -Card | webcrypto-local

Constructors

constructor +Card | webcrypto-local

Constructors

Properties

Constructors

Properties

atr: string = ""
config?: Config
driver: string = ""
name: string = ""
readOnly: boolean = false
\ No newline at end of file +

Constructors

Properties

atr: string = ""
config?: Config
driver: string = ""
name: string = ""
readOnly: boolean = false
\ No newline at end of file diff --git a/classes/cards_src.Cards.html b/classes/cards_src.Cards.html index 7eded873..929d11b1 100644 --- a/classes/cards_src.Cards.html +++ b/classes/cards_src.Cards.html @@ -1,6 +1,6 @@ -Cards | webcrypto-local

Constructors

constructor +Cards | webcrypto-local

Constructors

Properties

Constructors

Properties

cards: Card[] = []
drivers: Driver[] = []
variables?: Variables
version: string = ""
\ No newline at end of file +

Constructors

Properties

cards: Card[] = []
drivers: Driver[] = []
variables?: Variables
version: string = ""
\ No newline at end of file diff --git a/classes/cards_src.Config.html b/classes/cards_src.Config.html index faccae6e..fc583a21 100644 --- a/classes/cards_src.Config.html +++ b/classes/cards_src.Config.html @@ -1,7 +1,7 @@ -Config | webcrypto-local

Constructors

constructor +Config | webcrypto-local

Constructors

Properties

Constructors

Properties

keyUsages?: "required" | "optional"

Deprecated

It should be removed later

-
template?: Partial<Record<keyof TemplateConfig, TemplateTypeConfig>>
token?: "required" | "optional" | "static"

Deprecated

It should be removed later

-
\ No newline at end of file +
template?: Partial<Record<keyof TemplateConfig, TemplateTypeConfig>>
token?: "required" | "optional" | "static"

Deprecated

It should be removed later

+
\ No newline at end of file diff --git a/classes/cards_src.Driver.html b/classes/cards_src.Driver.html index e607750f..4fc09c6f 100644 --- a/classes/cards_src.Driver.html +++ b/classes/cards_src.Driver.html @@ -1,6 +1,6 @@ -Driver | webcrypto-local

Constructors

constructor +Driver | webcrypto-local

Constructors

Properties

Constructors

Properties

config?: Config
files: File[] = []
id: string = ""
name?: string
\ No newline at end of file +

Constructors

Properties

config?: Config
files: File[] = []
id: string = ""
name?: string
\ No newline at end of file diff --git a/classes/cards_src.File.html b/classes/cards_src.File.html index 68cb4b5b..e97d696f 100644 --- a/classes/cards_src.File.html +++ b/classes/cards_src.File.html @@ -1,5 +1,5 @@ -File | webcrypto-local

Constructors

constructor +File | webcrypto-local

Constructors

Properties

Constructors

Properties

os: FileOS
path: string
\ No newline at end of file +

Constructors

Properties

os: FileOS
path: string
\ No newline at end of file diff --git a/classes/cards_src.TemplateAttributeConfig.html b/classes/cards_src.TemplateAttributeConfig.html index 4d21446e..ca608b15 100644 --- a/classes/cards_src.TemplateAttributeConfig.html +++ b/classes/cards_src.TemplateAttributeConfig.html @@ -1,3 +1,3 @@ -TemplateAttributeConfig | webcrypto-local

Hierarchy (view full)

Constructors

constructor +TemplateAttributeConfig | webcrypto-local

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

token?: boolean | ConfigAttrEnum
\ No newline at end of file +

Constructors

Properties

token?: boolean | ConfigAttrEnum
\ No newline at end of file diff --git a/classes/cards_src.TemplateConfig.html b/classes/cards_src.TemplateConfig.html index 5141c148..6fa86fe5 100644 --- a/classes/cards_src.TemplateConfig.html +++ b/classes/cards_src.TemplateConfig.html @@ -1,5 +1,5 @@ -TemplateConfig | webcrypto-local

Constructors

constructor +TemplateConfig | webcrypto-local

Constructors

Properties

Constructors

Properties

copy?: Record<keyof TemplateTypeConfig, undefined | TemplateAttributeConfig>
generate?: Record<keyof TemplateTypeConfig, undefined | TemplateAttributeConfig>
import?: Record<keyof TemplateTypeConfig, undefined | TemplateAttributeConfig>
\ No newline at end of file +

Constructors

Properties

copy?: Record<keyof TemplateTypeConfig, undefined | TemplateAttributeConfig>
generate?: Record<keyof TemplateTypeConfig, undefined | TemplateAttributeConfig>
import?: Record<keyof TemplateTypeConfig, undefined | TemplateAttributeConfig>
\ No newline at end of file diff --git a/classes/cards_src.TemplateKeyConfig.html b/classes/cards_src.TemplateKeyConfig.html index dad92655..03d74e8c 100644 --- a/classes/cards_src.TemplateKeyConfig.html +++ b/classes/cards_src.TemplateKeyConfig.html @@ -1,4 +1,4 @@ -TemplateKeyConfig | webcrypto-local

Hierarchy (view full)

Constructors

constructor +TemplateKeyConfig | webcrypto-local

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

keyUsages?: "required" | "optional"
token?: boolean | ConfigAttrEnum
\ No newline at end of file +

Constructors

Properties

keyUsages?: "required" | "optional"
token?: boolean | ConfigAttrEnum
\ No newline at end of file diff --git a/classes/cards_src.TemplatePrivateAttributeConfig.html b/classes/cards_src.TemplatePrivateAttributeConfig.html index 406d6840..5d3320ca 100644 --- a/classes/cards_src.TemplatePrivateAttributeConfig.html +++ b/classes/cards_src.TemplatePrivateAttributeConfig.html @@ -1,6 +1,6 @@ -TemplatePrivateAttributeConfig | webcrypto-local

Class TemplatePrivateAttributeConfig

Hierarchy (view full)

Constructors

constructor +TemplatePrivateAttributeConfig | webcrypto-local

Class TemplatePrivateAttributeConfig

Hierarchy (view full)

Constructors

Properties

extractable?: boolean | ConfigAttrEnum
keyUsages?: "required" | "optional"
sensitive?: boolean | ConfigAttrEnum
token?: boolean | ConfigAttrEnum
\ No newline at end of file +

Constructors

Properties

extractable?: boolean | ConfigAttrEnum
keyUsages?: "required" | "optional"
sensitive?: boolean | ConfigAttrEnum
token?: boolean | ConfigAttrEnum
\ No newline at end of file diff --git a/classes/cards_src.TemplateTypeConfig.html b/classes/cards_src.TemplateTypeConfig.html index 8d4909be..49b61ddc 100644 --- a/classes/cards_src.TemplateTypeConfig.html +++ b/classes/cards_src.TemplateTypeConfig.html @@ -1,7 +1,7 @@ -TemplateTypeConfig | webcrypto-local

Constructors

constructor +TemplateTypeConfig | webcrypto-local

Constructors

Properties

\ No newline at end of file +

Constructors

Properties

\ No newline at end of file diff --git a/classes/cards_src.Variables.html b/classes/cards_src.Variables.html index fa0fd0c4..6bce2148 100644 --- a/classes/cards_src.Variables.html +++ b/classes/cards_src.Variables.html @@ -1,4 +1,4 @@ -Variables | webcrypto-local

Implements

  • IJsonConvertible<any>

Indexable

[key: string]: string | AnyFunction

Constructors

constructor +Variables | webcrypto-local

Implements

  • IJsonConvertible<any>

Indexable

[key: string]: string | AnyFunction

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/classes/client_src.BrowserStorage.html b/classes/client_src.BrowserStorage.html index 3b4dfd52..f44f6f1b 100644 --- a/classes/client_src.BrowserStorage.html +++ b/classes/client_src.BrowserStorage.html @@ -1,4 +1,4 @@ -BrowserStorage | webcrypto-local

Hierarchy (view full)

Constructors

constructor +BrowserStorage | webcrypto-local

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

db: DB
IDENTITY: string = "identity"
IDENTITY_STORAGE: string = "identity"
REMOTE_STORAGE: string = "remoteIdentity"
SESSION_STORAGE: string = "sessions"
STORAGE_NAME: string = "webcrypto-remote"
WRAP_KEY: string = "wkey"

Methods

  • Adds wrapping key to the storage

    +

Constructors

Properties

db: DB
IDENTITY: string = "identity"
IDENTITY_STORAGE: string = "identity"
REMOTE_STORAGE: string = "remoteIdentity"
SESSION_STORAGE: string = "sessions"
STORAGE_NAME: string = "webcrypto-remote"
WRAP_KEY: string = "wkey"

Methods

\ No newline at end of file +

Returns Promise<void>

\ No newline at end of file diff --git a/classes/client_src.CertificateStorage.html b/classes/client_src.CertificateStorage.html index ca082bad..e7717ba0 100644 --- a/classes/client_src.CertificateStorage.html +++ b/classes/client_src.CertificateStorage.html @@ -1,4 +1,4 @@ -CertificateStorage | webcrypto-local

Implements

  • CryptoCertificateStorage

Constructors

constructor +CertificateStorage | webcrypto-local

Implements

  • CryptoCertificateStorage

Constructors

Properties

Methods

Constructors

Properties

provider: SocketCrypto

Methods

  • Parameters

    • format: "raw"
    • item: CryptoCertificate

    Returns Promise<ArrayBuffer>

  • Parameters

    • format: "pem"
    • item: CryptoCertificate

    Returns Promise<string>

  • Parameters

    • format: CryptoCertificateFormat
    • item: CryptoCertificate

    Returns Promise<string | ArrayBuffer>

  • Parameters

    • key: string

    Returns Promise<CryptoCertificate>

  • Parameters

    • key: string
    • algorithm: Algorithm
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoCertificate>

  • Parameters

    • url: string
    • request: BufferSource
    • Optional options: OCSPRequestOptions

    Returns Promise<ArrayBuffer>

  • Parameters

    • format: "x509"
    • data: BufferSource
    • algorithm: ImportAlgorithms
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoX509Certificate>

  • Parameters

    • format: "request"
    • data: BufferSource
    • algorithm: ImportAlgorithms
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoX509CertificateRequest>

  • Parameters

    • format: "x509" | "request" | "raw"
    • data: BufferSource
    • algorithm: ImportAlgorithms
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoCertificate>

  • Parameters

    • format: "pem"
    • data: string
    • algorithm: ImportAlgorithms
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoCertificate>

  • Parameters

    • format: "x509" | "request" | CryptoCertificateFormat
    • data: string | BufferSource
    • algorithm: ImportAlgorithms
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoCertificate>

  • Parameters

    • item: CryptoCertificate

    Returns Promise<null | string>

\ No newline at end of file +

Constructors

Properties

provider: SocketCrypto

Methods

  • Parameters

    • format: "raw"
    • item: CryptoCertificate

    Returns Promise<ArrayBuffer>

  • Parameters

    • format: "pem"
    • item: CryptoCertificate

    Returns Promise<string>

  • Parameters

    • format: CryptoCertificateFormat
    • item: CryptoCertificate

    Returns Promise<string | ArrayBuffer>

  • Parameters

    • key: string

    Returns Promise<CryptoCertificate>

  • Parameters

    • key: string
    • algorithm: Algorithm
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoCertificate>

  • Parameters

    • url: string
    • request: BufferSource
    • Optional options: OCSPRequestOptions

    Returns Promise<ArrayBuffer>

  • Parameters

    • format: "x509"
    • data: BufferSource
    • algorithm: ImportAlgorithms
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoX509Certificate>

  • Parameters

    • format: "request"
    • data: BufferSource
    • algorithm: ImportAlgorithms
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoX509CertificateRequest>

  • Parameters

    • format: "x509" | "request" | "raw"
    • data: BufferSource
    • algorithm: ImportAlgorithms
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoCertificate>

  • Parameters

    • format: "pem"
    • data: string
    • algorithm: ImportAlgorithms
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoCertificate>

  • Parameters

    • format: "x509" | "request" | CryptoCertificateFormat
    • data: string | BufferSource
    • algorithm: ImportAlgorithms
    • keyUsages: KeyUsage[]

    Returns Promise<CryptoCertificate>

  • Parameters

    • item: CryptoCertificate

    Returns Promise<null | string>

\ No newline at end of file diff --git a/classes/client_src.CryptoServerError.html b/classes/client_src.CryptoServerError.html index cb61b4aa..70fe7d89 100644 --- a/classes/client_src.CryptoServerError.html +++ b/classes/client_src.CryptoServerError.html @@ -1,4 +1,4 @@ -CryptoServerError | webcrypto-local

Hierarchy

  • Error
    • CryptoServerError

Constructors

constructor +CryptoServerError | webcrypto-local

Hierarchy

  • Error
    • CryptoServerError

Constructors

Properties

Constructors

Properties

code: number
type: string
\ No newline at end of file +

Constructors

Properties

code: number
type: string
\ No newline at end of file diff --git a/classes/client_src.KeyStorage.html b/classes/client_src.KeyStorage.html index 0c540ade..b8bd10f5 100644 --- a/classes/client_src.KeyStorage.html +++ b/classes/client_src.KeyStorage.html @@ -1,4 +1,4 @@ -KeyStorage | webcrypto-local

Implements

  • CryptoKeyStorage

Constructors

constructor +KeyStorage | webcrypto-local

Implements

  • CryptoKeyStorage

Constructors

Properties

Methods

clear getItem @@ -7,4 +7,4 @@ keys removeItem setItem -

Constructors

Properties

service: SocketCrypto

Methods

  • Parameters

    • key: string

    Returns Promise<CryptoKey>

  • Parameters

    • key: string
    • algorithm: Algorithm
    • extractable: boolean
    • usages: KeyUsage[]

    Returns Promise<CryptoKey>

\ No newline at end of file +

Constructors

Properties

service: SocketCrypto

Methods

  • Parameters

    • key: string

    Returns Promise<CryptoKey>

  • Parameters

    • key: string
    • algorithm: Algorithm
    • extractable: boolean
    • usages: KeyUsage[]

    Returns Promise<CryptoKey>

\ No newline at end of file diff --git a/classes/client_src.MemoryStorage.html b/classes/client_src.MemoryStorage.html index 9cafaff5..da4f51d3 100644 --- a/classes/client_src.MemoryStorage.html +++ b/classes/client_src.MemoryStorage.html @@ -1,4 +1,4 @@ -MemoryStorage | webcrypto-local

Hierarchy (view full)

Constructors

constructor +MemoryStorage | webcrypto-local

Hierarchy (view full)

Constructors

Properties

identity?: Identity
remoteIdentities: {
    [key: string]: ratchet.RemoteIdentity;
} = {}

Type declaration

  • [key: string]: ratchet.RemoteIdentity
sessions: {
    [key: string]: ratchet.AsymmetricRatchet;
} = {}

Type declaration

  • [key: string]: ratchet.AsymmetricRatchet

Methods

\ No newline at end of file +

Constructors

Properties

identity?: Identity
remoteIdentities: {
    [key: string]: ratchet.RemoteIdentity;
} = {}

Type declaration

  • [key: string]: ratchet.RemoteIdentity
sessions: {
    [key: string]: ratchet.AsymmetricRatchet;
} = {}

Type declaration

  • [key: string]: ratchet.AsymmetricRatchet

Methods

\ No newline at end of file diff --git a/classes/client_src.RatchetStorage.html b/classes/client_src.RatchetStorage.html index 641e432c..acbaf0e2 100644 --- a/classes/client_src.RatchetStorage.html +++ b/classes/client_src.RatchetStorage.html @@ -1,8 +1,8 @@ -RatchetStorage | webcrypto-local

Class RatchetStorageAbstract

Hierarchy (view full)

Constructors

constructor +RatchetStorage | webcrypto-local

Class RatchetStorageAbstract

Hierarchy (view full)

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/classes/client_src.SocketCrypto.html b/classes/client_src.SocketCrypto.html index e4b89329..13c7f773 100644 --- a/classes/client_src.SocketCrypto.html +++ b/classes/client_src.SocketCrypto.html @@ -1,4 +1,4 @@ -SocketCrypto | webcrypto-local

Hierarchy

  • Crypto$1
    • SocketCrypto

Implements

  • CryptoStorages

Constructors

constructor +SocketCrypto | webcrypto-local

Hierarchy

  • Crypto$1
    • SocketCrypto

Implements

  • CryptoStorages

Constructors

Properties

Constructors

Properties

certStorage: CertificateStorage
client: Client
id: string
keyStorage: KeyStorage
subtle: SubtleCrypto

Methods

\ No newline at end of file +

Constructors

Properties

certStorage: CertificateStorage
client: Client
id: string
keyStorage: KeyStorage
subtle: SubtleCrypto

Methods

\ No newline at end of file diff --git a/classes/client_src.SocketProvider.html b/classes/client_src.SocketProvider.html index 20149074..1398a5c4 100644 --- a/classes/client_src.SocketProvider.html +++ b/classes/client_src.SocketProvider.html @@ -4,7 +4,7 @@
  • Symmetric cryptography uses native implementation
  • Asymmetric cryptography uses calls to Server
  • -

    Hierarchy

    Constructors

    Hierarchy

    • EventEmitter
      • SocketProvider

    Constructors

    Properties

    cardReader client FORTIFY @@ -18,8 +18,8 @@ login on once -

    Constructors

    Properties

    cardReader: CardReader
    client: Client
    FORTIFY: string = "127.0.0.1:31337"

    Accessors

    Methods

    • Connects to Service +

    Constructors

    Properties

    cardReader: CardReader
    client: Client
    FORTIFY: string = "127.0.0.1:31337"

    Accessors

    Methods

    \ No newline at end of file +

    Returns this

    \ No newline at end of file diff --git a/classes/core_src.Event.html b/classes/core_src.Event.html index 7f127156..6a03f35b 100644 --- a/classes/core_src.Event.html +++ b/classes/core_src.Event.html @@ -1,4 +1,4 @@ -Event | webcrypto-local

    Type Parameters

    • T

    Constructors

    constructor +Event | webcrypto-local

    Type Parameters

    • T

    Constructors

    Properties

    Constructors

    Properties

    event: string
    target: T
    \ No newline at end of file +

    Constructors

    Properties

    event: string
    target: T
    \ No newline at end of file diff --git a/classes/core_src.EventLogEmitter.html b/classes/core_src.EventLogEmitter.html index 25be076a..efb27823 100644 --- a/classes/core_src.EventLogEmitter.html +++ b/classes/core_src.EventLogEmitter.html @@ -1,7 +1,7 @@ -EventLogEmitter | webcrypto-local

    Class EventLogEmitterAbstract

    Hierarchy (view full)

    Constructors

    constructor +EventLogEmitter | webcrypto-local

    Class EventLogEmitterAbstract

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • Optional options: EventEmitterOptions

      Returns EventLogEmitter

    Properties

    source: string

    Methods

    • Parameters

      Returns this

    • Parameters

      • event: string | symbol
      • listener: ((...args) => void)
          • (...args): void
          • Parameters

            • Rest ...args: any[]

            Returns void

      Returns this

    \ No newline at end of file +

    Constructors

    • Parameters

      • Optional options: EventEmitterOptions

      Returns EventLogEmitter

    Properties

    source: string

    Methods

    • Parameters

      Returns this

    • Parameters

      • event: string | symbol
      • listener: ((...args) => void)
          • (...args): void
          • Parameters

            • Rest ...args: any[]

            Returns void

      Returns this

    \ No newline at end of file diff --git a/classes/proto_src.ActionProto.html b/classes/proto_src.ActionProto.html index cacb6a1e..511ddeeb 100644 --- a/classes/proto_src.ActionProto.html +++ b/classes/proto_src.ActionProto.html @@ -1,9 +1,9 @@ -ActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    version: number = 0
    ACTION: string = "action"
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    version: number = 0
    ACTION: string = "action"
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.AlgorithmConverter.html b/classes/proto_src.AlgorithmConverter.html index 3e21a7f7..9016d9b1 100644 --- a/classes/proto_src.AlgorithmConverter.html +++ b/classes/proto_src.AlgorithmConverter.html @@ -1,4 +1,4 @@ -AlgorithmConverter | webcrypto-local

    Constructors

    constructor +AlgorithmConverter | webcrypto-local

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/classes/proto_src.AlgorithmProto.html b/classes/proto_src.AlgorithmProto.html index 5a4dc034..45260810 100644 --- a/classes/proto_src.AlgorithmProto.html +++ b/classes/proto_src.AlgorithmProto.html @@ -1,4 +1,4 @@ -AlgorithmProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +AlgorithmProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    hash? iv? label? @@ -17,4 +17,4 @@

    Methods

    Constructors

    Properties

    iv?: Uint8Array
    label?: Uint8Array
    labelStr?: string
    length?: number
    modulusLength?: number
    name: string = ""
    namedCurve?: string
    public?: ArrayBuffer
    publicExponent?: Uint8Array
    saltLength?: number
    sensitive?: boolean
    token?: boolean
    version: number = 0
    INDEX: number = BaseAlgorithmProto.INDEX

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    iv?: Uint8Array
    label?: Uint8Array
    labelStr?: string
    length?: number
    modulusLength?: number
    name: string = ""
    namedCurve?: string
    public?: ArrayBuffer
    publicExponent?: Uint8Array
    saltLength?: number
    sensitive?: boolean
    token?: boolean
    version: number = 0
    INDEX: number = BaseAlgorithmProto.INDEX

    Methods

    \ No newline at end of file diff --git a/classes/proto_src.ArrayStringConverter.html b/classes/proto_src.ArrayStringConverter.html index 0d5370f2..8ea4e09a 100644 --- a/classes/proto_src.ArrayStringConverter.html +++ b/classes/proto_src.ArrayStringConverter.html @@ -1,4 +1,4 @@ -ArrayStringConverter | webcrypto-local

    Constructors

    constructor +ArrayStringConverter | webcrypto-local

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/classes/proto_src.AuthRequestProto.html b/classes/proto_src.AuthRequestProto.html index 86af11b9..72b5838d 100644 --- a/classes/proto_src.AuthRequestProto.html +++ b/classes/proto_src.AuthRequestProto.html @@ -1,9 +1,9 @@ -AuthRequestProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +AuthRequestProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    version: number = 0
    ACTION: string = "auth"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    version: number = 0
    ACTION: string = "auth"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.BaseAlgorithmProto.html b/classes/proto_src.BaseAlgorithmProto.html index 57899ae2..2c3fe677 100644 --- a/classes/proto_src.BaseAlgorithmProto.html +++ b/classes/proto_src.BaseAlgorithmProto.html @@ -1,8 +1,8 @@ -BaseAlgorithmProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +BaseAlgorithmProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    name: string = ""
    version: number = 0
    INDEX: number = BaseProto.INDEX

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    name: string = ""
    version: number = 0
    INDEX: number = BaseProto.INDEX

    Methods

    \ No newline at end of file diff --git a/classes/proto_src.BaseProto.html b/classes/proto_src.BaseProto.html index 936b9044..f38d2e0c 100644 --- a/classes/proto_src.BaseProto.html +++ b/classes/proto_src.BaseProto.html @@ -1,4 +1,4 @@ -BaseProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +BaseProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    version: number = 0
    INDEX: number = 1
    \ No newline at end of file +

    Constructors

    Properties

    version: number = 0
    INDEX: number = 1
    \ No newline at end of file diff --git a/classes/proto_src.BigNumberConverter.html b/classes/proto_src.BigNumberConverter.html index 9e8ead03..4de73400 100644 --- a/classes/proto_src.BigNumberConverter.html +++ b/classes/proto_src.BigNumberConverter.html @@ -1,4 +1,4 @@ -BigNumberConverter | webcrypto-local

    Constructors

    constructor +BigNumberConverter | webcrypto-local

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/classes/proto_src.CardReaderActionProto.html b/classes/proto_src.CardReaderActionProto.html index e3273e7b..d8aa26a4 100644 --- a/classes/proto_src.CardReaderActionProto.html +++ b/classes/proto_src.CardReaderActionProto.html @@ -1,9 +1,9 @@ -CardReaderActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +CardReaderActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    version: number = 0
    ACTION: string = "cardReader"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    version: number = 0
    ACTION: string = "cardReader"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CardReaderGetReadersActionProto.html b/classes/proto_src.CardReaderGetReadersActionProto.html index cfd37cc3..49c4f64c 100644 --- a/classes/proto_src.CardReaderGetReadersActionProto.html +++ b/classes/proto_src.CardReaderGetReadersActionProto.html @@ -1,9 +1,9 @@ -CardReaderGetReadersActionProto | webcrypto-local

    Class CardReaderGetReadersActionProto

    Hierarchy (view full)

    Constructors

    constructor +CardReaderGetReadersActionProto | webcrypto-local

    Class CardReaderGetReadersActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    version: number = 0
    ACTION: string = "cardReader/readers"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    version: number = 0
    ACTION: string = "cardReader/readers"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CardReaderInsertEventProto.html b/classes/proto_src.CardReaderInsertEventProto.html index 97f1716b..a3314c6a 100644 --- a/classes/proto_src.CardReaderInsertEventProto.html +++ b/classes/proto_src.CardReaderInsertEventProto.html @@ -1,4 +1,4 @@ -CardReaderInsertEventProto | webcrypto-local

    Hierarchy

    • CardReaderEventProto
      • CardReaderInsertEventProto

    Constructors

    constructor +CardReaderInsertEventProto | webcrypto-local

    Hierarchy

    • CardReaderEventProto
      • CardReaderInsertEventProto

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    atr: string = ""
    reader: string = ""
    version: number = 0
    ACTION: string = ...
    INDEX: number = CardReaderEventProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    atr: string = ""
    reader: string = ""
    version: number = 0
    ACTION: string = ...
    INDEX: number = CardReaderEventProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CardReaderRemoveEventProto.html b/classes/proto_src.CardReaderRemoveEventProto.html index cd4ffbdc..b9e7479a 100644 --- a/classes/proto_src.CardReaderRemoveEventProto.html +++ b/classes/proto_src.CardReaderRemoveEventProto.html @@ -1,4 +1,4 @@ -CardReaderRemoveEventProto | webcrypto-local

    Hierarchy

    • CardReaderEventProto
      • CardReaderRemoveEventProto

    Constructors

    constructor +CardReaderRemoveEventProto | webcrypto-local

    Hierarchy

    • CardReaderEventProto
      • CardReaderRemoveEventProto

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    atr: string = ""
    reader: string = ""
    version: number = 0
    ACTION: string = ...
    INDEX: number = CardReaderEventProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    atr: string = ""
    reader: string = ""
    version: number = 0
    ACTION: string = ...
    INDEX: number = CardReaderEventProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageClearActionProto.html b/classes/proto_src.CertificateStorageClearActionProto.html index 35db9c93..4d7482d7 100644 --- a/classes/proto_src.CertificateStorageClearActionProto.html +++ b/classes/proto_src.CertificateStorageClearActionProto.html @@ -1,10 +1,10 @@ -CertificateStorageClearActionProto | webcrypto-local

    Class CertificateStorageClearActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageClearActionProto | webcrypto-local

    Class CertificateStorageClearActionProto

    Hierarchy (view full)

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/clear"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/clear"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageExportActionProto.html b/classes/proto_src.CertificateStorageExportActionProto.html index 6b9b9771..38129029 100644 --- a/classes/proto_src.CertificateStorageExportActionProto.html +++ b/classes/proto_src.CertificateStorageExportActionProto.html @@ -1,4 +1,4 @@ -CertificateStorageExportActionProto | webcrypto-local

    Class CertificateStorageExportActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageExportActionProto | webcrypto-local

    Class CertificateStorageExportActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    format: CryptoCertificateFormat = "raw"
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/export"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    format: CryptoCertificateFormat = "raw"
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/export"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageGetCRLActionProto.html b/classes/proto_src.CertificateStorageGetCRLActionProto.html index 53526cc8..50e823c8 100644 --- a/classes/proto_src.CertificateStorageGetCRLActionProto.html +++ b/classes/proto_src.CertificateStorageGetCRLActionProto.html @@ -1,4 +1,4 @@ -CertificateStorageGetCRLActionProto | webcrypto-local

    Class CertificateStorageGetCRLActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageGetCRLActionProto | webcrypto-local

    Class CertificateStorageGetCRLActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    url: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/getCRL"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    url: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/getCRL"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageGetChainActionProto.html b/classes/proto_src.CertificateStorageGetChainActionProto.html index 76ded799..35859666 100644 --- a/classes/proto_src.CertificateStorageGetChainActionProto.html +++ b/classes/proto_src.CertificateStorageGetChainActionProto.html @@ -1,4 +1,4 @@ -CertificateStorageGetChainActionProto | webcrypto-local

    Class CertificateStorageGetChainActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageGetChainActionProto | webcrypto-local

    Class CertificateStorageGetChainActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/getChain"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/getChain"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageGetChainResultProto.html b/classes/proto_src.CertificateStorageGetChainResultProto.html index 4005fd80..a18a67dc 100644 --- a/classes/proto_src.CertificateStorageGetChainResultProto.html +++ b/classes/proto_src.CertificateStorageGetChainResultProto.html @@ -1,5 +1,5 @@ -CertificateStorageGetChainResultProto | webcrypto-local

    Class CertificateStorageGetChainResultProto

    Hierarchy (view full)

    • BaseProto
      • CertificateStorageGetChainResultProto

    Constructors

    constructor +CertificateStorageGetChainResultProto | webcrypto-local

    Class CertificateStorageGetChainResultProto

    Hierarchy (view full)

    • BaseProto
      • CertificateStorageGetChainResultProto

    Constructors

    Properties

    Constructors

    Properties

    items: ChainItemProto[] = []
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    items: ChainItemProto[] = []
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageGetItemActionProto.html b/classes/proto_src.CertificateStorageGetItemActionProto.html index 4c0fa742..f444efaf 100644 --- a/classes/proto_src.CertificateStorageGetItemActionProto.html +++ b/classes/proto_src.CertificateStorageGetItemActionProto.html @@ -1,4 +1,4 @@ -CertificateStorageGetItemActionProto | webcrypto-local

    Class CertificateStorageGetItemActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageGetItemActionProto | webcrypto-local

    Class CertificateStorageGetItemActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    key: string = ""
    keyUsages: KeyUsage[] = []
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/getItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    key: string = ""
    keyUsages: KeyUsage[] = []
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/getItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageGetOCSPActionProto.html b/classes/proto_src.CertificateStorageGetOCSPActionProto.html index 7f286cfe..cb07ee3f 100644 --- a/classes/proto_src.CertificateStorageGetOCSPActionProto.html +++ b/classes/proto_src.CertificateStorageGetOCSPActionProto.html @@ -1,4 +1,4 @@ -CertificateStorageGetOCSPActionProto | webcrypto-local

    Class CertificateStorageGetOCSPActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageGetOCSPActionProto | webcrypto-local

    Class CertificateStorageGetOCSPActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    request: ArrayBuffer = ...
    url: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/getOCSP"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    request: ArrayBuffer = ...
    url: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/getOCSP"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageGetValueActionProto.html b/classes/proto_src.CertificateStorageGetValueActionProto.html index a63aa2b7..1d6de8ff 100644 --- a/classes/proto_src.CertificateStorageGetValueActionProto.html +++ b/classes/proto_src.CertificateStorageGetValueActionProto.html @@ -1,4 +1,4 @@ -CertificateStorageGetValueActionProto | webcrypto-local

    Class CertificateStorageGetValueActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageGetValueActionProto | webcrypto-local

    Class CertificateStorageGetValueActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    key: string = ""
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/getValue"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    key: string = ""
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/getValue"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageImportActionProto.html b/classes/proto_src.CertificateStorageImportActionProto.html index e75ccc6e..cdab47a5 100644 --- a/classes/proto_src.CertificateStorageImportActionProto.html +++ b/classes/proto_src.CertificateStorageImportActionProto.html @@ -1,4 +1,4 @@ -CertificateStorageImportActionProto | webcrypto-local

    Class CertificateStorageImportActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageImportActionProto | webcrypto-local

    Class CertificateStorageImportActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    format: CryptoCertificateFormat = "raw"
    keyUsages: KeyUsage[] = []
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/import"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    format: CryptoCertificateFormat = "raw"
    keyUsages: KeyUsage[] = []
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/import"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageIndexOfActionProto.html b/classes/proto_src.CertificateStorageIndexOfActionProto.html index 1898d4ad..4ceaf965 100644 --- a/classes/proto_src.CertificateStorageIndexOfActionProto.html +++ b/classes/proto_src.CertificateStorageIndexOfActionProto.html @@ -1,4 +1,4 @@ -CertificateStorageIndexOfActionProto | webcrypto-local

    Class CertificateStorageIndexOfActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageIndexOfActionProto | webcrypto-local

    Class CertificateStorageIndexOfActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/indexOf"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/indexOf"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageKeysActionProto.html b/classes/proto_src.CertificateStorageKeysActionProto.html index 806c39ff..11c3a668 100644 --- a/classes/proto_src.CertificateStorageKeysActionProto.html +++ b/classes/proto_src.CertificateStorageKeysActionProto.html @@ -1,10 +1,10 @@ -CertificateStorageKeysActionProto | webcrypto-local

    Class CertificateStorageKeysActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageKeysActionProto | webcrypto-local

    Class CertificateStorageKeysActionProto

    Hierarchy (view full)

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/keys"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/keys"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageRemoveItemActionProto.html b/classes/proto_src.CertificateStorageRemoveItemActionProto.html index 67e81ff8..b13d8791 100644 --- a/classes/proto_src.CertificateStorageRemoveItemActionProto.html +++ b/classes/proto_src.CertificateStorageRemoveItemActionProto.html @@ -1,4 +1,4 @@ -CertificateStorageRemoveItemActionProto | webcrypto-local

    Class CertificateStorageRemoveItemActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageRemoveItemActionProto | webcrypto-local

    Class CertificateStorageRemoveItemActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    key: string = ""
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/removeItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    key: string = ""
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/removeItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CertificateStorageSetItemActionProto.html b/classes/proto_src.CertificateStorageSetItemActionProto.html index b0830667..1f1f9eb1 100644 --- a/classes/proto_src.CertificateStorageSetItemActionProto.html +++ b/classes/proto_src.CertificateStorageSetItemActionProto.html @@ -1,4 +1,4 @@ -CertificateStorageSetItemActionProto | webcrypto-local

    Class CertificateStorageSetItemActionProto

    Hierarchy (view full)

    Constructors

    constructor +CertificateStorageSetItemActionProto | webcrypto-local

    Class CertificateStorageSetItemActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/setItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/certificateStorage/setItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ChainItemProto.html b/classes/proto_src.ChainItemProto.html index f8339c5e..e363c058 100644 --- a/classes/proto_src.ChainItemProto.html +++ b/classes/proto_src.ChainItemProto.html @@ -1,6 +1,6 @@ -ChainItemProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ChainItemProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    type: string = ""
    value: ArrayBuffer = ...
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    type: string = ""
    value: ArrayBuffer = ...
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CryptoActionProto.html b/classes/proto_src.CryptoActionProto.html index ddfd3dba..9efea721 100644 --- a/classes/proto_src.CryptoActionProto.html +++ b/classes/proto_src.CryptoActionProto.html @@ -1,10 +1,10 @@ -CryptoActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +CryptoActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CryptoCertificateProto.html b/classes/proto_src.CryptoCertificateProto.html index b5150f01..23dc4cb5 100644 --- a/classes/proto_src.CryptoCertificateProto.html +++ b/classes/proto_src.CryptoCertificateProto.html @@ -1,4 +1,4 @@ -CryptoCertificateProto | webcrypto-local

    Hierarchy (view full)

    Implements

    • CryptoCertificate

    Constructors

    constructor +CryptoCertificateProto | webcrypto-local

    Hierarchy (view full)

    Implements

    • CryptoCertificate

    Constructors

    Properties

    id label providerID @@ -8,4 +8,4 @@ type version INDEX -

    Constructors

    Properties

    id: string = ""
    label: string = ""
    providerID: string = ""
    publicKey: CryptoKeyProto = ...
    sensitive: boolean = false
    token: boolean = false
    type: CryptoCertificateType = "x509"
    version: number = 0
    INDEX: number = CryptoItemProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    id: string = ""
    label: string = ""
    providerID: string = ""
    publicKey: CryptoKeyProto = ...
    sensitive: boolean = false
    token: boolean = false
    type: CryptoCertificateType = "x509"
    version: number = 0
    INDEX: number = CryptoItemProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CryptoItemProto.html b/classes/proto_src.CryptoItemProto.html index 4b3b8b80..5f0d0d24 100644 --- a/classes/proto_src.CryptoItemProto.html +++ b/classes/proto_src.CryptoItemProto.html @@ -1,7 +1,7 @@ -CryptoItemProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +CryptoItemProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    id: string = ""
    providerID: string = ""
    type: string = ""
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    id: string = ""
    providerID: string = ""
    type: string = ""
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CryptoKeyPairProto.html b/classes/proto_src.CryptoKeyPairProto.html index 924fef12..8342ea7f 100644 --- a/classes/proto_src.CryptoKeyPairProto.html +++ b/classes/proto_src.CryptoKeyPairProto.html @@ -1,6 +1,6 @@ -CryptoKeyPairProto | webcrypto-local

    Hierarchy (view full)

    Implements

    • CryptoKeyPair

    Constructors

    constructor +CryptoKeyPairProto | webcrypto-local

    Hierarchy (view full)

    Implements

    • CryptoKeyPair

    Constructors

    Properties

    Constructors

    Properties

    privateKey: CryptoKeyProto = ...
    publicKey: CryptoKeyProto = ...
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    privateKey: CryptoKeyProto = ...
    publicKey: CryptoKeyProto = ...
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CryptoKeyProto.html b/classes/proto_src.CryptoKeyProto.html index d56a4b1d..f1a47041 100644 --- a/classes/proto_src.CryptoKeyProto.html +++ b/classes/proto_src.CryptoKeyProto.html @@ -1,4 +1,4 @@ -CryptoKeyProto | webcrypto-local

    Hierarchy (view full)

    Implements

    • CryptoKey

    Constructors

    constructor +CryptoKeyProto | webcrypto-local

    Hierarchy (view full)

    Implements

    • CryptoKey

    Constructors

    Properties

    Constructors

    Properties

    algorithm: Algorithm = ...
    extractable: boolean = false
    id: string = ""
    providerID: string = ""
    type: KeyType = "secret"
    usages: KeyUsage[] = []
    version: number = 0
    INDEX: number = CryptoItemProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    algorithm: Algorithm = ...
    extractable: boolean = false
    id: string = ""
    providerID: string = ""
    type: KeyType = "secret"
    usages: KeyUsage[] = []
    version: number = 0
    INDEX: number = CryptoItemProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CryptoX509CertificateProto.html b/classes/proto_src.CryptoX509CertificateProto.html index 46d17677..1fbc6d43 100644 --- a/classes/proto_src.CryptoX509CertificateProto.html +++ b/classes/proto_src.CryptoX509CertificateProto.html @@ -1,4 +1,4 @@ -CryptoX509CertificateProto | webcrypto-local

    Hierarchy (view full)

    Implements

    • CryptoX509Certificate

    Constructors

    constructor +CryptoX509CertificateProto | webcrypto-local

    Hierarchy (view full)

    Implements

    • CryptoX509Certificate

    Constructors

    Properties

    id issuerName label @@ -13,4 +13,4 @@ type version INDEX -

    Constructors

    Properties

    id: string = ""
    issuerName: string = ""
    label: string = ""
    notAfter: Date = ...
    notBefore: Date = ...
    providerID: string = ""
    publicKey: CryptoKeyProto = ...
    sensitive: boolean = false
    serialNumber: string = ""
    subjectName: string = ""
    token: boolean = false
    type: "x509" = "x509"
    version: number = 0
    INDEX: number = CryptoCertificateProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    id: string = ""
    issuerName: string = ""
    label: string = ""
    notAfter: Date = ...
    notBefore: Date = ...
    providerID: string = ""
    publicKey: CryptoKeyProto = ...
    sensitive: boolean = false
    serialNumber: string = ""
    subjectName: string = ""
    token: boolean = false
    type: "x509" = "x509"
    version: number = 0
    INDEX: number = CryptoCertificateProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.CryptoX509CertificateRequestProto.html b/classes/proto_src.CryptoX509CertificateRequestProto.html index a0f9c011..a10b60e0 100644 --- a/classes/proto_src.CryptoX509CertificateRequestProto.html +++ b/classes/proto_src.CryptoX509CertificateRequestProto.html @@ -1,4 +1,4 @@ -CryptoX509CertificateRequestProto | webcrypto-local

    Class CryptoX509CertificateRequestProto

    Hierarchy (view full)

    Implements

    • CryptoX509CertificateRequest

    Constructors

    constructor +CryptoX509CertificateRequestProto | webcrypto-local

    Class CryptoX509CertificateRequestProto

    Hierarchy (view full)

    Implements

    • CryptoX509CertificateRequest

    Constructors

    Properties

    id label providerID @@ -9,4 +9,4 @@ type version INDEX -

    Constructors

    Properties

    id: string = ""
    label: string = ""
    providerID: string = ""
    publicKey: CryptoKeyProto = ...
    sensitive: boolean = false
    subjectName: string = ""
    token: boolean = false
    type: "request" = "request"
    version: number = 0
    INDEX: number = CryptoCertificateProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    id: string = ""
    label: string = ""
    providerID: string = ""
    publicKey: CryptoKeyProto = ...
    sensitive: boolean = false
    subjectName: string = ""
    token: boolean = false
    type: "request" = "request"
    version: number = 0
    INDEX: number = CryptoCertificateProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.DateConverter.html b/classes/proto_src.DateConverter.html index 00a342b0..380b48c4 100644 --- a/classes/proto_src.DateConverter.html +++ b/classes/proto_src.DateConverter.html @@ -1,4 +1,4 @@ -DateConverter | webcrypto-local

    Constructors

    constructor +DateConverter | webcrypto-local

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/classes/proto_src.DecryptActionProto.html b/classes/proto_src.DecryptActionProto.html index 2a782841..af0d7a63 100644 --- a/classes/proto_src.DecryptActionProto.html +++ b/classes/proto_src.DecryptActionProto.html @@ -1,4 +1,4 @@ -DecryptActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +DecryptActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    key: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/decrypt"
    INDEX: number = SignActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    key: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/decrypt"
    INDEX: number = SignActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.DeriveBitsActionProto.html b/classes/proto_src.DeriveBitsActionProto.html index 305ae529..6fce969a 100644 --- a/classes/proto_src.DeriveBitsActionProto.html +++ b/classes/proto_src.DeriveBitsActionProto.html @@ -1,4 +1,4 @@ -DeriveBitsActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +DeriveBitsActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    key: CryptoKeyProto = ...
    length: number = 0
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/deriveBits"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    key: CryptoKeyProto = ...
    length: number = 0
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/deriveBits"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.DeriveKeyActionProto.html b/classes/proto_src.DeriveKeyActionProto.html index b57a5227..b66e41d7 100644 --- a/classes/proto_src.DeriveKeyActionProto.html +++ b/classes/proto_src.DeriveKeyActionProto.html @@ -1,4 +1,4 @@ -DeriveKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +DeriveKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    derivedKeyType: AlgorithmProto = ...
    extractable: boolean = false
    key: CryptoKeyProto = ...
    providerID: string = ""
    usage: KeyUsage[] = []
    version: number = 0
    ACTION: string = "crypto/subtle/deriveKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    derivedKeyType: AlgorithmProto = ...
    extractable: boolean = false
    key: CryptoKeyProto = ...
    providerID: string = ""
    usage: KeyUsage[] = []
    version: number = 0
    ACTION: string = "crypto/subtle/deriveKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.DigestActionProto.html b/classes/proto_src.DigestActionProto.html index e139cdb3..c7c16fda 100644 --- a/classes/proto_src.DigestActionProto.html +++ b/classes/proto_src.DigestActionProto.html @@ -1,4 +1,4 @@ -DigestActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +DigestActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/digest"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/digest"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.EncryptActionProto.html b/classes/proto_src.EncryptActionProto.html index 491b1832..11d81a56 100644 --- a/classes/proto_src.EncryptActionProto.html +++ b/classes/proto_src.EncryptActionProto.html @@ -1,4 +1,4 @@ -EncryptActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +EncryptActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    key: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/encrypt"
    INDEX: number = SignActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    key: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/encrypt"
    INDEX: number = SignActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ErrorProto.html b/classes/proto_src.ErrorProto.html index b3bd5406..f6c245ed 100644 --- a/classes/proto_src.ErrorProto.html +++ b/classes/proto_src.ErrorProto.html @@ -1,4 +1,4 @@ -ErrorProto | webcrypto-local

    Hierarchy (view full)

    Implements

    • Error

    Constructors

    constructor +ErrorProto | webcrypto-local

    Hierarchy (view full)

    Implements

    • Error

    Constructors

    Properties

    code message name @@ -6,4 +6,4 @@ type version INDEX -

    Constructors

    Properties

    code: number = 0
    message: string = ""
    name: string = "Error"
    stack: string = ""
    type: string = "error"
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    code: number = 0
    message: string = ""
    name: string = "Error"
    stack: string = ""
    type: string = "error"
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ExportKeyActionProto.html b/classes/proto_src.ExportKeyActionProto.html index af42e477..07432221 100644 --- a/classes/proto_src.ExportKeyActionProto.html +++ b/classes/proto_src.ExportKeyActionProto.html @@ -1,4 +1,4 @@ -ExportKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ExportKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    format: KeyFormat = "raw"
    key: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/exportKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    format: KeyFormat = "raw"
    key: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/exportKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.GenerateKeyActionProto.html b/classes/proto_src.GenerateKeyActionProto.html index 0a65f5e0..3d1c24a1 100644 --- a/classes/proto_src.GenerateKeyActionProto.html +++ b/classes/proto_src.GenerateKeyActionProto.html @@ -1,4 +1,4 @@ -GenerateKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +GenerateKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    extractable: boolean = false
    providerID: string = ""
    usage: KeyUsage[] = []
    version: number = 0
    ACTION: string = "crypto/subtle/generateKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    extractable: boolean = false
    providerID: string = ""
    usage: KeyUsage[] = []
    version: number = 0
    ACTION: string = "crypto/subtle/generateKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.HexStringConverter.html b/classes/proto_src.HexStringConverter.html index f819bd34..3f4a4c31 100644 --- a/classes/proto_src.HexStringConverter.html +++ b/classes/proto_src.HexStringConverter.html @@ -1,4 +1,4 @@ -HexStringConverter | webcrypto-local

    Constructors

    constructor +HexStringConverter | webcrypto-local

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/classes/proto_src.ImportKeyActionProto.html b/classes/proto_src.ImportKeyActionProto.html index 15209538..f45354d9 100644 --- a/classes/proto_src.ImportKeyActionProto.html +++ b/classes/proto_src.ImportKeyActionProto.html @@ -1,4 +1,4 @@ -ImportKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ImportKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    extractable: boolean = false
    format: KeyFormat = "raw"
    keyData: ArrayBuffer = ...
    keyUsages: KeyUsage[] = []
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/importKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    extractable: boolean = false
    format: KeyFormat = "raw"
    keyData: ArrayBuffer = ...
    keyUsages: KeyUsage[] = []
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/importKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.IsLoggedInActionProto.html b/classes/proto_src.IsLoggedInActionProto.html index 4e26d62a..e31a1f79 100644 --- a/classes/proto_src.IsLoggedInActionProto.html +++ b/classes/proto_src.IsLoggedInActionProto.html @@ -1,10 +1,10 @@ -IsLoggedInActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +IsLoggedInActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/isLoggedIn"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/isLoggedIn"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.KeyStorageClearActionProto.html b/classes/proto_src.KeyStorageClearActionProto.html index 9d790e76..6f85cc7e 100644 --- a/classes/proto_src.KeyStorageClearActionProto.html +++ b/classes/proto_src.KeyStorageClearActionProto.html @@ -1,10 +1,10 @@ -KeyStorageClearActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +KeyStorageClearActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/clear"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/clear"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.KeyStorageGetItemActionProto.html b/classes/proto_src.KeyStorageGetItemActionProto.html index bdc7726d..4d3fa541 100644 --- a/classes/proto_src.KeyStorageGetItemActionProto.html +++ b/classes/proto_src.KeyStorageGetItemActionProto.html @@ -1,4 +1,4 @@ -KeyStorageGetItemActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +KeyStorageGetItemActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    extractable: boolean = false
    key: string = ""
    keyUsages: KeyUsage[] = []
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/getItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    extractable: boolean = false
    key: string = ""
    keyUsages: KeyUsage[] = []
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/getItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.KeyStorageIndexOfActionProto.html b/classes/proto_src.KeyStorageIndexOfActionProto.html index a654726b..ded59c67 100644 --- a/classes/proto_src.KeyStorageIndexOfActionProto.html +++ b/classes/proto_src.KeyStorageIndexOfActionProto.html @@ -1,4 +1,4 @@ -KeyStorageIndexOfActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +KeyStorageIndexOfActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    item: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/indexOf"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    item: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/indexOf"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.KeyStorageKeysActionProto.html b/classes/proto_src.KeyStorageKeysActionProto.html index 39e3d850..9a9fbcf7 100644 --- a/classes/proto_src.KeyStorageKeysActionProto.html +++ b/classes/proto_src.KeyStorageKeysActionProto.html @@ -1,10 +1,10 @@ -KeyStorageKeysActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +KeyStorageKeysActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/keys"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/keys"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.KeyStorageRemoveItemActionProto.html b/classes/proto_src.KeyStorageRemoveItemActionProto.html index dbda007a..a037e8f3 100644 --- a/classes/proto_src.KeyStorageRemoveItemActionProto.html +++ b/classes/proto_src.KeyStorageRemoveItemActionProto.html @@ -1,4 +1,4 @@ -KeyStorageRemoveItemActionProto | webcrypto-local

    Class KeyStorageRemoveItemActionProto

    Hierarchy (view full)

    Constructors

    constructor +KeyStorageRemoveItemActionProto | webcrypto-local

    Class KeyStorageRemoveItemActionProto

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    key: string = ""
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/removeItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    key: string = ""
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/removeItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.KeyStorageSetItemActionProto.html b/classes/proto_src.KeyStorageSetItemActionProto.html index 5636b54c..c484ab19 100644 --- a/classes/proto_src.KeyStorageSetItemActionProto.html +++ b/classes/proto_src.KeyStorageSetItemActionProto.html @@ -1,4 +1,4 @@ -KeyStorageSetItemActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +KeyStorageSetItemActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    item: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/setItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    item: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/keyStorage/setItem"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.LoginActionProto.html b/classes/proto_src.LoginActionProto.html index 4acdb0b1..a5fbab4f 100644 --- a/classes/proto_src.LoginActionProto.html +++ b/classes/proto_src.LoginActionProto.html @@ -1,10 +1,10 @@ -LoginActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +LoginActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/login"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/login"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.LogoutActionProto.html b/classes/proto_src.LogoutActionProto.html index 90603d83..f17850a7 100644 --- a/classes/proto_src.LogoutActionProto.html +++ b/classes/proto_src.LogoutActionProto.html @@ -1,10 +1,10 @@ -LogoutActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +LogoutActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/logout"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/logout"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.OCSPRequestOptionsProto.html b/classes/proto_src.OCSPRequestOptionsProto.html index 33064ff1..a5735938 100644 --- a/classes/proto_src.OCSPRequestOptionsProto.html +++ b/classes/proto_src.OCSPRequestOptionsProto.html @@ -1,5 +1,5 @@ -OCSPRequestOptionsProto | webcrypto-local

    Hierarchy (view full)

    Implements

    Constructors

    constructor +OCSPRequestOptionsProto | webcrypto-local

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Constructors

    Properties

    method: "post" | "get" = "get"
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    method: "post" | "get" = "get"
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ProviderAuthorizedEventProto.html b/classes/proto_src.ProviderAuthorizedEventProto.html index 3146987a..ff171ad7 100644 --- a/classes/proto_src.ProviderAuthorizedEventProto.html +++ b/classes/proto_src.ProviderAuthorizedEventProto.html @@ -1,9 +1,9 @@ -ProviderAuthorizedEventProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ProviderAuthorizedEventProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    version: number = 0
    ACTION: string = "provider/event/authorized"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    version: number = 0
    ACTION: string = "provider/event/authorized"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ProviderCryptoProto.html b/classes/proto_src.ProviderCryptoProto.html index 6c8711d0..44325f7e 100644 --- a/classes/proto_src.ProviderCryptoProto.html +++ b/classes/proto_src.ProviderCryptoProto.html @@ -1,4 +1,4 @@ -ProviderCryptoProto | webcrypto-local

    Hierarchy (view full)

    Implements

    Constructors

    constructor +ProviderCryptoProto | webcrypto-local

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    algorithms atr card @@ -11,4 +11,4 @@ token? version INDEX -

    Constructors

    Properties

    algorithms: string[] = []
    atr: string = ""
    card: string = ""
    id: string = ""
    isHardware: boolean = false
    isRemovable: boolean = false
    library?: string
    name: string = ""
    readOnly: boolean = false
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    algorithms: string[] = []
    atr: string = ""
    card: string = ""
    id: string = ""
    isHardware: boolean = false
    isRemovable: boolean = false
    library?: string
    name: string = ""
    readOnly: boolean = false
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ProviderGetCryptoActionProto.html b/classes/proto_src.ProviderGetCryptoActionProto.html index 5a45c423..9328670d 100644 --- a/classes/proto_src.ProviderGetCryptoActionProto.html +++ b/classes/proto_src.ProviderGetCryptoActionProto.html @@ -1,10 +1,10 @@ -ProviderGetCryptoActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ProviderGetCryptoActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    cryptoID: string = ""
    version: number = 0
    ACTION: string = "provider/action/getCrypto"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    cryptoID: string = ""
    version: number = 0
    ACTION: string = "provider/action/getCrypto"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ProviderInfoActionProto.html b/classes/proto_src.ProviderInfoActionProto.html index aae3e3f7..de641d0c 100644 --- a/classes/proto_src.ProviderInfoActionProto.html +++ b/classes/proto_src.ProviderInfoActionProto.html @@ -1,9 +1,9 @@ -ProviderInfoActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ProviderInfoActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    version: number = 0
    ACTION: string = "provider/action/info"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    version: number = 0
    ACTION: string = "provider/action/info"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ProviderInfoProto.html b/classes/proto_src.ProviderInfoProto.html index d6f5feb4..cb1713f4 100644 --- a/classes/proto_src.ProviderInfoProto.html +++ b/classes/proto_src.ProviderInfoProto.html @@ -1,6 +1,6 @@ -ProviderInfoProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ProviderInfoProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    name: string = ""
    providers: ProviderCryptoProto[] = []
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    name: string = ""
    providers: ProviderCryptoProto[] = []
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ProviderTokenEventProto.html b/classes/proto_src.ProviderTokenEventProto.html index f808fb76..aba558d4 100644 --- a/classes/proto_src.ProviderTokenEventProto.html +++ b/classes/proto_src.ProviderTokenEventProto.html @@ -1,4 +1,4 @@ -ProviderTokenEventProto | webcrypto-local

    Hierarchy (view full)

    Implements

    Constructors

    constructor +ProviderTokenEventProto | webcrypto-local

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    added: ProviderCryptoProto[] = []
    error?: ErrorProto
    removed: ProviderCryptoProto[] = []
    version: number = 0
    ACTION: string = "provider/event/token"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    added: ProviderCryptoProto[] = []
    error?: ErrorProto
    removed: ProviderCryptoProto[] = []
    version: number = 0
    ACTION: string = "provider/event/token"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ResetActionProto.html b/classes/proto_src.ResetActionProto.html index faba33b1..ed226bde 100644 --- a/classes/proto_src.ResetActionProto.html +++ b/classes/proto_src.ResetActionProto.html @@ -1,10 +1,10 @@ -ResetActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ResetActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/reset"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/reset"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ResultProto.html b/classes/proto_src.ResultProto.html index b085a39f..4fead79d 100644 --- a/classes/proto_src.ResultProto.html +++ b/classes/proto_src.ResultProto.html @@ -1,4 +1,4 @@ -ResultProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ResultProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    data?: ArrayBuffer
    error?: ErrorProto
    status: boolean = false
    version: number = 0
    ACTION: string = "action"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    data?: ArrayBuffer
    error?: ErrorProto
    status: boolean = false
    version: number = 0
    ACTION: string = "action"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ServerIsLoggedInActionProto.html b/classes/proto_src.ServerIsLoggedInActionProto.html index c80979b0..f313f465 100644 --- a/classes/proto_src.ServerIsLoggedInActionProto.html +++ b/classes/proto_src.ServerIsLoggedInActionProto.html @@ -1,9 +1,9 @@ -ServerIsLoggedInActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ServerIsLoggedInActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    version: number = 0
    ACTION: string = "server/isLoggedIn"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    version: number = 0
    ACTION: string = "server/isLoggedIn"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.ServerLoginActionProto.html b/classes/proto_src.ServerLoginActionProto.html index 2fd55650..d9f0e29b 100644 --- a/classes/proto_src.ServerLoginActionProto.html +++ b/classes/proto_src.ServerLoginActionProto.html @@ -1,9 +1,9 @@ -ServerLoginActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +ServerLoginActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    version: number = 0
    ACTION: string = "server/login"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    version: number = 0
    ACTION: string = "server/login"
    INDEX: number = ActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.SignActionProto.html b/classes/proto_src.SignActionProto.html index ea29cf77..6844f351 100644 --- a/classes/proto_src.SignActionProto.html +++ b/classes/proto_src.SignActionProto.html @@ -1,4 +1,4 @@ -SignActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +SignActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    key: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/sign"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    key: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    ACTION: string = "crypto/subtle/sign"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.TokenInfoProto.html b/classes/proto_src.TokenInfoProto.html index fa6c7d8b..d03d83fa 100644 --- a/classes/proto_src.TokenInfoProto.html +++ b/classes/proto_src.TokenInfoProto.html @@ -1,4 +1,4 @@ -TokenInfoProto | webcrypto-local

    Hierarchy (view full)

    Implements

    Constructors

    constructor +TokenInfoProto | webcrypto-local

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    firmwareVersion: VersionProto = ...
    flags: number = 0

    bit flags indicating capabilities and status of the device

    -
    freePrivateMemory: number = 0

    the amount of free (unused) memory on the token in bytes for private objects

    -
    freePublicMemory: number = 0

    the amount of free (unused) memory on the token in bytes for objects

    -
    hardwareVersion: VersionProto = ...

    version number of hardware

    -
    label: string = ""

    application-defined label, assigned during token initialization.

    -
    manufacturerID: string = ""

    ID of the device manufacturer.

    -
    maxPinLen: number = 0

    maximum length in bytes of the PIN

    -
    maxRwSessionCount: number = 0

    maximum number of read/write sessions that can be opened +

    Constructors

    Properties

    firmwareVersion: VersionProto = ...
    flags: number = 0

    bit flags indicating capabilities and status of the device

    +
    freePrivateMemory: number = 0

    the amount of free (unused) memory on the token in bytes for private objects

    +
    freePublicMemory: number = 0

    the amount of free (unused) memory on the token in bytes for objects

    +
    hardwareVersion: VersionProto = ...

    version number of hardware

    +
    label: string = ""

    application-defined label, assigned during token initialization.

    +
    manufacturerID: string = ""

    ID of the device manufacturer.

    +
    maxPinLen: number = 0

    maximum length in bytes of the PIN

    +
    maxRwSessionCount: number = 0

    maximum number of read/write sessions that can be opened with the token at one time by a single application

    -
    maxSessionCount: number = 0

    maximum number of sessions that can be opened with the token at one time by a single application

    -
    minPinLen: number = 0

    minimum length in bytes of the PIN

    -
    model: string = ""

    model of the device.

    -
    rwSessionCount: number = 0

    number of read/write sessions that this application currently has open with the token

    -
    serialNumber: string = ""

    character-string serial number of the device

    -
    sessionCount: number = 0

    number of sessions that this application currently has open with the token

    -
    totalPrivateMemory: number = 0

    the total amount of memory on the token in bytes in which private objects may be stored

    -
    totalPublicMemory: number = 0

    the total amount of memory on the token in bytes in which objects may be stored

    -
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +
    maxSessionCount: number = 0

    maximum number of sessions that can be opened with the token at one time by a single application

    +
    minPinLen: number = 0

    minimum length in bytes of the PIN

    +
    model: string = ""

    model of the device.

    +
    rwSessionCount: number = 0

    number of read/write sessions that this application currently has open with the token

    +
    serialNumber: string = ""

    character-string serial number of the device

    +
    sessionCount: number = 0

    number of sessions that this application currently has open with the token

    +
    totalPrivateMemory: number = 0

    the total amount of memory on the token in bytes in which private objects may be stored

    +
    totalPublicMemory: number = 0

    the total amount of memory on the token in bytes in which objects may be stored

    +
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.UnwrapKeyActionProto.html b/classes/proto_src.UnwrapKeyActionProto.html index 71069c97..cc76a89b 100644 --- a/classes/proto_src.UnwrapKeyActionProto.html +++ b/classes/proto_src.UnwrapKeyActionProto.html @@ -1,4 +1,4 @@ -UnwrapKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +UnwrapKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    extractable: boolean = false
    format: KeyFormat = "raw"
    keyUsage: KeyUsage[] = []
    providerID: string = ""
    unwrapAlgorithm: AlgorithmProto = ...
    unwrappedKeyAlgorithm: AlgorithmProto = ...
    unwrappingKey: CryptoKeyProto = ...
    version: number = 0
    wrappedKey: ArrayBuffer = ...
    ACTION: string = "crypto/subtle/unwrapKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    extractable: boolean = false
    format: KeyFormat = "raw"
    keyUsage: KeyUsage[] = []
    providerID: string = ""
    unwrapAlgorithm: AlgorithmProto = ...
    unwrappedKeyAlgorithm: AlgorithmProto = ...
    unwrappingKey: CryptoKeyProto = ...
    version: number = 0
    wrappedKey: ArrayBuffer = ...
    ACTION: string = "crypto/subtle/unwrapKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.VerifyActionProto.html b/classes/proto_src.VerifyActionProto.html index 635fb13e..c3f76c50 100644 --- a/classes/proto_src.VerifyActionProto.html +++ b/classes/proto_src.VerifyActionProto.html @@ -1,4 +1,4 @@ -VerifyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +VerifyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    key: CryptoKeyProto = ...
    providerID: string = ""
    signature: ArrayBuffer = ...
    version: number = 0
    ACTION: string = "crypto/subtle/verify"
    INDEX: number = SignActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    algorithm: AlgorithmProto = ...
    data: ArrayBuffer = ...
    key: CryptoKeyProto = ...
    providerID: string = ""
    signature: ArrayBuffer = ...
    version: number = 0
    ACTION: string = "crypto/subtle/verify"
    INDEX: number = SignActionProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.VersionProto.html b/classes/proto_src.VersionProto.html index 4de8faaf..8764310c 100644 --- a/classes/proto_src.VersionProto.html +++ b/classes/proto_src.VersionProto.html @@ -1,6 +1,6 @@ -VersionProto | webcrypto-local

    Hierarchy (view full)

    Implements

    Constructors

    constructor +VersionProto | webcrypto-local

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Constructors

    Properties

    major: number = 0
    minor: number = 0
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    major: number = 0
    minor: number = 0
    version: number = 0
    INDEX: number = BaseProto.INDEX
    \ No newline at end of file diff --git a/classes/proto_src.WrapKeyActionProto.html b/classes/proto_src.WrapKeyActionProto.html index f4786af6..892231b1 100644 --- a/classes/proto_src.WrapKeyActionProto.html +++ b/classes/proto_src.WrapKeyActionProto.html @@ -1,4 +1,4 @@ -WrapKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +WrapKeyActionProto | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    action: string

    name of the action

    -
    actionId: string = ""

    Identity of action (needs to link request to response)

    -
    format: KeyFormat = "raw"
    key: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    wrapAlgorithm: AlgorithmProto = ...
    wrappingKey: CryptoKeyProto = ...
    ACTION: string = "crypto/subtle/wrapKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file +

    Constructors

    Properties

    action: string

    name of the action

    +
    actionId: string = ""

    Identity of action (needs to link request to response)

    +
    format: KeyFormat = "raw"
    key: CryptoKeyProto = ...
    providerID: string = ""
    version: number = 0
    wrapAlgorithm: AlgorithmProto = ...
    wrappingKey: CryptoKeyProto = ...
    ACTION: string = "crypto/subtle/wrapKey"
    INDEX: number = CryptoActionProto.INDEX
    \ No newline at end of file diff --git a/classes/server_src.FileStorage.html b/classes/server_src.FileStorage.html index 0fa573de..ad1f6628 100644 --- a/classes/server_src.FileStorage.html +++ b/classes/server_src.FileStorage.html @@ -1,6 +1,6 @@ FileStorage | webcrypto-local

    Identity key storage base on @peculiar/webcrypto

    Export

    OpenSSLStorage

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    identities: IdentityList = {}
    remoteIdentities: {
        [key: string]: RemoteIdentity;
    } = {}

    Associative array of remote identities

    -

    Type declaration

    sessions: {
        [key: string]: ratchet.AsymmetricRatchet;
    } = {}

    Type declaration

    • [key: string]: ratchet.AsymmetricRatchet
    IDENTITY_STORAGE: string = "identity"
    REMOTE_STORAGE: string = "remoteIdentity"
    SESSION_STORAGE: string = "sessions"
    STORAGE_NAME: string = DOUBLE_KEY_RATCHET_STORAGE_DIR

    Methods

    • Returns identity by domain origin. +

    Constructors

    Properties

    identities: IdentityList = {}
    remoteIdentities: {
        [key: string]: RemoteIdentity;
    } = {}

    Associative array of remote identities

    +

    Type declaration

    sessions: {
        [key: string]: ratchet.AsymmetricRatchet;
    } = {}

    Type declaration

    • [key: string]: ratchet.AsymmetricRatchet
    IDENTITY_STORAGE: string = "identity"
    REMOTE_STORAGE: string = "remoteIdentity"
    SESSION_STORAGE: string = "sessions"
    STORAGE_NAME: string = DOUBLE_KEY_RATCHET_STORAGE_DIR

    Methods

    • Returns remote identity by key

      +

    Returns Promise<Identity>

    Returns Promise<null | RemoteIdentity>

    Returns Promise<void>

    \ No newline at end of file +

    Returns Promise<void>

    \ No newline at end of file diff --git a/classes/server_src.LocalServer.html b/classes/server_src.LocalServer.html index e071a580..81e32606 100644 --- a/classes/server_src.LocalServer.html +++ b/classes/server_src.LocalServer.html @@ -1,6 +1,6 @@ LocalServer | webcrypto-local

    Local server

    Export

    LocalServer

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    cardReader?: CardReaderService
    provider: ProviderService
    server: Server

    Server

    +

    Constructors

    Properties

    cardReader?: CardReaderService
    provider: ProviderService
    server: Server

    Server

    Memberof

    LocalServer

    -
    sessions: Session[] = []
    source: string = "server"

    Methods

    \ No newline at end of file +
    sessions: Session[] = []
    source: string = "server"

    Methods

    \ No newline at end of file diff --git a/classes/server_src.MemoryStorage.html b/classes/server_src.MemoryStorage.html index aba539a6..7b761978 100644 --- a/classes/server_src.MemoryStorage.html +++ b/classes/server_src.MemoryStorage.html @@ -1,4 +1,4 @@ -MemoryStorage | webcrypto-local

    Hierarchy (view full)

    Constructors

    constructor +MemoryStorage | webcrypto-local

    Hierarchy (view full)

    Constructors

    Properties

    identities: {
        [origin: string]: ratchet.Identity;
    } = {}

    Type declaration

    • [origin: string]: ratchet.Identity
    remoteIdentities: {
        [key: string]: RemoteIdentity;
    } = {}

    Type declaration

    sessions: {
        [key: string]: ratchet.AsymmetricRatchet;
    } = {}

    Type declaration

    • [key: string]: ratchet.AsymmetricRatchet

    Methods

    • Returns identity by domain origin. +

    Constructors

    Properties

    identities: {
        [origin: string]: ratchet.Identity;
    } = {}

    Type declaration

    • [origin: string]: ratchet.Identity
    remoteIdentities: {
        [key: string]: RemoteIdentity;
    } = {}

    Type declaration

    sessions: {
        [key: string]: ratchet.AsymmetricRatchet;
    } = {}

    Type declaration

    • [key: string]: ratchet.AsymmetricRatchet

    Methods

    • Returns remote identity by key

      +

    Returns Promise<Identity>

    Returns Promise<null | RemoteIdentity>

    Returns Promise<void>

    \ No newline at end of file +

    Returns Promise<void>

    \ No newline at end of file diff --git a/classes/server_src.RatchetStorage.html b/classes/server_src.RatchetStorage.html index a742261c..22f5390d 100644 --- a/classes/server_src.RatchetStorage.html +++ b/classes/server_src.RatchetStorage.html @@ -1,4 +1,4 @@ -RatchetStorage | webcrypto-local

    Class RatchetStorageAbstract

    Hierarchy (view full)

    Constructors

    constructor +RatchetStorage | webcrypto-local

    Class RatchetStorageAbstract

    Hierarchy (view full)

    Constructors

    Methods

    • Returns identity by domain origin. +

    Constructors

    Methods

    • Returns remote identity by key

      +

    Returns Promise<Identity>

    Returns Promise<null | RemoteIdentity>

    Returns Promise<void>

    \ No newline at end of file +

    Returns Promise<void>

    \ No newline at end of file diff --git a/classes/server_src.WebCryptoLocalError.html b/classes/server_src.WebCryptoLocalError.html index bfe174ca..e5a03b82 100644 --- a/classes/server_src.WebCryptoLocalError.html +++ b/classes/server_src.WebCryptoLocalError.html @@ -1,7 +1,7 @@ -WebCryptoLocalError | webcrypto-local

    Hierarchy

    • Error
      • WebCryptoLocalError

    Constructors

    constructor +WebCryptoLocalError | webcrypto-local

    Hierarchy

    • Error
      • WebCryptoLocalError

    Constructors

    Properties

    Methods

    Constructors

    Properties

    code: number = 0
    stack: string
    type: string = "wcl"
    CODE: typeof WebCryptoLocalErrorEnum = WebCryptoLocalErrorEnum

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    code: number = 0
    stack: string
    type: string = "wcl"
    CODE: typeof WebCryptoLocalErrorEnum = WebCryptoLocalErrorEnum

    Methods

    \ No newline at end of file diff --git a/enums/cards_src.ConfigAttrEnum.html b/enums/cards_src.ConfigAttrEnum.html index 2344c9e8..1be9c65b 100644 --- a/enums/cards_src.ConfigAttrEnum.html +++ b/enums/cards_src.ConfigAttrEnum.html @@ -1,3 +1,3 @@ -ConfigAttrEnum | webcrypto-local

    Enumeration ConfigAttrEnum

    Enumeration Members

    optional +ConfigAttrEnum | webcrypto-local

    Enumeration ConfigAttrEnum

    Enumeration Members

    Enumeration Members

    optional: "optional"
    required: "required"
    \ No newline at end of file +

    Enumeration Members

    optional: "optional"
    required: "required"
    \ No newline at end of file diff --git a/enums/cards_src.ConfigKeyUsagesEnum.html b/enums/cards_src.ConfigKeyUsagesEnum.html index 90a85a04..16f746b3 100644 --- a/enums/cards_src.ConfigKeyUsagesEnum.html +++ b/enums/cards_src.ConfigKeyUsagesEnum.html @@ -1,4 +1,4 @@ ConfigKeyUsagesEnum | webcrypto-local

    Enumeration ConfigKeyUsagesEnum

    Deprecated

    It should be removed later

    -

    Enumeration Members

    Enumeration Members

    Enumeration Members

    optional: "optional"
    required: "required"
    \ No newline at end of file +

    Enumeration Members

    optional: "optional"
    required: "required"
    \ No newline at end of file diff --git a/enums/cards_src.ConfigTokenEnum.html b/enums/cards_src.ConfigTokenEnum.html index adb198ae..7a1f8efa 100644 --- a/enums/cards_src.ConfigTokenEnum.html +++ b/enums/cards_src.ConfigTokenEnum.html @@ -1,5 +1,5 @@ ConfigTokenEnum | webcrypto-local

    Enumeration ConfigTokenEnum

    Deprecated

    It should be removed later

    -

    Enumeration Members

    Enumeration Members

    Enumeration Members

    optional: "optional"
    required: "required"
    static: "static"
    \ No newline at end of file +

    Enumeration Members

    optional: "optional"
    required: "required"
    static: "static"
    \ No newline at end of file diff --git a/functions/core_src.challenge.html b/functions/core_src.challenge.html index 9b507ff5..39930fa2 100644 --- a/functions/core_src.challenge.html +++ b/functions/core_src.challenge.html @@ -1,4 +1,4 @@ challenge | webcrypto-local
    • Generates 6 digit string from server's identity and client's identity keys.

      Parameters

      • serverIdentity: ECPublicKey

        Server's identity public key

      • clientIdentity: ECPublicKey

        Client's identity public key

        -

      Returns Promise<string>

      Export

    \ No newline at end of file +

    Returns Promise<string>

    Export

    \ No newline at end of file diff --git a/interfaces/core_src.Assoc.html b/interfaces/core_src.Assoc.html index 18908b24..8fc67591 100644 --- a/interfaces/core_src.Assoc.html +++ b/interfaces/core_src.Assoc.html @@ -1 +1 @@ -Assoc | webcrypto-local
    interface Assoc<T> {
        [key: string]: T;
    }

    Type Parameters

    • T

    Indexable

    [key: string]: T
    \ No newline at end of file +Assoc | webcrypto-local
    interface Assoc<T> {
        [key: string]: T;
    }

    Type Parameters

    • T

    Indexable

    [key: string]: T
    \ No newline at end of file diff --git a/interfaces/core_src.CryptoService.html b/interfaces/core_src.CryptoService.html index 4f602b9c..f0bef8d3 100644 --- a/interfaces/core_src.CryptoService.html +++ b/interfaces/core_src.CryptoService.html @@ -1,4 +1,4 @@ -CryptoService | webcrypto-local
    interface CryptoService {
        name: string;
        policy: CryptoServicePolicy;
        supportedAlgorithms: CryptoServiceAlgorithm[];
    }

    Properties

    name +CryptoService | webcrypto-local
    interface CryptoService {
        name: string;
        policy: CryptoServicePolicy;
        supportedAlgorithms: CryptoServiceAlgorithm[];
    }

    Properties

    name: string
    supportedAlgorithms: CryptoServiceAlgorithm[]
    \ No newline at end of file +

    Properties

    name: string
    supportedAlgorithms: CryptoServiceAlgorithm[]
    \ No newline at end of file diff --git a/interfaces/core_src.CryptoServiceAlgorithm.html b/interfaces/core_src.CryptoServiceAlgorithm.html index 5b55ab07..f8cb7100 100644 --- a/interfaces/core_src.CryptoServiceAlgorithm.html +++ b/interfaces/core_src.CryptoServiceAlgorithm.html @@ -1,2 +1,2 @@ -CryptoServiceAlgorithm | webcrypto-local

    Interface CryptoServiceAlgorithm

    interface CryptoServiceAlgorithm {
        name: string;
    }

    Hierarchy (view full)

    Properties

    Properties

    name: string
    \ No newline at end of file +CryptoServiceAlgorithm | webcrypto-local

    Interface CryptoServiceAlgorithm

    interface CryptoServiceAlgorithm {
        name: string;
    }

    Hierarchy (view full)

    Properties

    Properties

    name: string
    \ No newline at end of file diff --git a/interfaces/core_src.CryptoServiceEcAlgorithm.html b/interfaces/core_src.CryptoServiceEcAlgorithm.html index b282207d..b578425c 100644 --- a/interfaces/core_src.CryptoServiceEcAlgorithm.html +++ b/interfaces/core_src.CryptoServiceEcAlgorithm.html @@ -1,3 +1,3 @@ -CryptoServiceEcAlgorithm | webcrypto-local

    Interface CryptoServiceEcAlgorithm

    interface CryptoServiceEcAlgorithm {
        name: string;
        namedCurves: string[];
    }

    Hierarchy (view full)

    Properties

    name +CryptoServiceEcAlgorithm | webcrypto-local

    Interface CryptoServiceEcAlgorithm

    interface CryptoServiceEcAlgorithm {
        name: string;
        namedCurves: string[];
    }

    Hierarchy (view full)

    Properties

    Properties

    name: string
    namedCurves: string[]
    \ No newline at end of file +

    Properties

    name: string
    namedCurves: string[]
    \ No newline at end of file diff --git a/interfaces/core_src.CryptoServiceEcdhAlgorithm.html b/interfaces/core_src.CryptoServiceEcdhAlgorithm.html index 1fee0ca3..f150468a 100644 --- a/interfaces/core_src.CryptoServiceEcdhAlgorithm.html +++ b/interfaces/core_src.CryptoServiceEcdhAlgorithm.html @@ -1,4 +1,4 @@ -CryptoServiceEcdhAlgorithm | webcrypto-local

    Interface CryptoServiceEcdhAlgorithm

    interface CryptoServiceEcdhAlgorithm {
        derivedKeyTypes: CryptoServiceSecretAlgorithm[];
        name: string;
        namedCurves: string[];
    }

    Hierarchy (view full)

    Properties

    derivedKeyTypes +CryptoServiceEcdhAlgorithm | webcrypto-local

    Interface CryptoServiceEcdhAlgorithm

    interface CryptoServiceEcdhAlgorithm {
        derivedKeyTypes: CryptoServiceSecretAlgorithm[];
        name: string;
        namedCurves: string[];
    }

    Hierarchy (view full)

    Properties

    derivedKeyTypes: CryptoServiceSecretAlgorithm[]
    name: string
    namedCurves: string[]
    \ No newline at end of file +

    Properties

    derivedKeyTypes: CryptoServiceSecretAlgorithm[]
    name: string
    namedCurves: string[]
    \ No newline at end of file diff --git a/interfaces/core_src.CryptoServicePolicy.html b/interfaces/core_src.CryptoServicePolicy.html index 76c960b8..ebb8838a 100644 --- a/interfaces/core_src.CryptoServicePolicy.html +++ b/interfaces/core_src.CryptoServicePolicy.html @@ -1,4 +1,4 @@ -CryptoServicePolicy | webcrypto-local

    Interface CryptoServicePolicy

    interface CryptoServicePolicy {
        maxKeyAge: number;
        maxNumberOfKeys: number;
        requirePasswordOnAllKeys: boolean;
    }

    Properties

    maxKeyAge +CryptoServicePolicy | webcrypto-local

    Interface CryptoServicePolicy

    interface CryptoServicePolicy {
        maxKeyAge: number;
        maxNumberOfKeys: number;
        requirePasswordOnAllKeys: boolean;
    }

    Properties

    maxKeyAge: number
    maxNumberOfKeys: number
    requirePasswordOnAllKeys: boolean
    \ No newline at end of file +

    Properties

    maxKeyAge: number
    maxNumberOfKeys: number
    requirePasswordOnAllKeys: boolean
    \ No newline at end of file diff --git a/interfaces/core_src.CryptoServiceRsaAlgorithm.html b/interfaces/core_src.CryptoServiceRsaAlgorithm.html index e6bbf181..207ae549 100644 --- a/interfaces/core_src.CryptoServiceRsaAlgorithm.html +++ b/interfaces/core_src.CryptoServiceRsaAlgorithm.html @@ -1,4 +1,4 @@ -CryptoServiceRsaAlgorithm | webcrypto-local

    Interface CryptoServiceRsaAlgorithm

    interface CryptoServiceRsaAlgorithm {
        modulusLengths: number[];
        name: string;
        publicExponents: ArrayBufferView;
    }

    Hierarchy (view full)

    Properties

    modulusLengths +CryptoServiceRsaAlgorithm | webcrypto-local

    Interface CryptoServiceRsaAlgorithm

    interface CryptoServiceRsaAlgorithm {
        modulusLengths: number[];
        name: string;
        publicExponents: ArrayBufferView;
    }

    Hierarchy (view full)

    Properties

    modulusLengths: number[]
    name: string
    publicExponents: ArrayBufferView
    \ No newline at end of file +

    Properties

    modulusLengths: number[]
    name: string
    publicExponents: ArrayBufferView
    \ No newline at end of file diff --git a/interfaces/core_src.CryptoServiceSecretAlgorithm.html b/interfaces/core_src.CryptoServiceSecretAlgorithm.html index a017cb57..6d751f46 100644 --- a/interfaces/core_src.CryptoServiceSecretAlgorithm.html +++ b/interfaces/core_src.CryptoServiceSecretAlgorithm.html @@ -1,3 +1,3 @@ -CryptoServiceSecretAlgorithm | webcrypto-local

    Interface CryptoServiceSecretAlgorithm

    interface CryptoServiceSecretAlgorithm {
        lengths: number[];
        name: string;
    }

    Hierarchy (view full)

    Properties

    lengths +CryptoServiceSecretAlgorithm | webcrypto-local

    Interface CryptoServiceSecretAlgorithm

    interface CryptoServiceSecretAlgorithm {
        lengths: number[];
        name: string;
    }

    Hierarchy (view full)

    Properties

    Properties

    lengths: number[]
    name: string
    \ No newline at end of file +

    Properties

    lengths: number[]
    name: string
    \ No newline at end of file diff --git a/interfaces/core_src.IModule.html b/interfaces/core_src.IModule.html index 092a20e9..1862df02 100644 --- a/interfaces/core_src.IModule.html +++ b/interfaces/core_src.IModule.html @@ -1,3 +1,3 @@ -IModule | webcrypto-local
    interface IModule {
        name: string;
        providers: ProviderCrypto[];
    }

    Properties

    name +IModule | webcrypto-local
    interface IModule {
        name: string;
        providers: ProviderCrypto[];
    }

    Properties

    Properties

    name: string
    providers: ProviderCrypto[]
    \ No newline at end of file +

    Properties

    name: string
    providers: ProviderCrypto[]
    \ No newline at end of file diff --git a/interfaces/core_src.LogData.html b/interfaces/core_src.LogData.html index 4c9e8ce6..bbc955f7 100644 --- a/interfaces/core_src.LogData.html +++ b/interfaces/core_src.LogData.html @@ -1 +1 @@ -LogData | webcrypto-local
    interface LogData {
        [key: string]: any;
    }

    Indexable

    [key: string]: any
    \ No newline at end of file +LogData | webcrypto-local
    interface LogData {
        [key: string]: any;
    }

    Indexable

    [key: string]: any
    \ No newline at end of file diff --git a/interfaces/core_src.ProviderCrypto.html b/interfaces/core_src.ProviderCrypto.html index b927e60f..08844cb4 100644 --- a/interfaces/core_src.ProviderCrypto.html +++ b/interfaces/core_src.ProviderCrypto.html @@ -1,4 +1,4 @@ -ProviderCrypto | webcrypto-local
    interface ProviderCrypto {
        algorithms: string[];
        atr?: string;
        card: string;
        id: string;
        isHardware: boolean;
        isRemovable: boolean;
        library?: string;
        name: string;
        readOnly: boolean;
        token?: TokenInfo;
    }

    Implemented by

    Properties

    algorithms +ProviderCrypto | webcrypto-local
    interface ProviderCrypto {
        algorithms: string[];
        atr?: string;
        card: string;
        id: string;
        isHardware: boolean;
        isRemovable: boolean;
        library?: string;
        name: string;
        readOnly: boolean;
        token?: TokenInfo;
    }

    Implemented by

    Properties

    Properties

    algorithms: string[]
    atr?: string
    card: string
    id: string
    isHardware: boolean
    isRemovable: boolean
    library?: string
    name: string
    readOnly: boolean
    token?: TokenInfo
    \ No newline at end of file +

    Properties

    algorithms: string[]
    atr?: string
    card: string
    id: string
    isHardware: boolean
    isRemovable: boolean
    library?: string
    name: string
    readOnly: boolean
    token?: TokenInfo
    \ No newline at end of file diff --git a/interfaces/core_src.ServerInfo.html b/interfaces/core_src.ServerInfo.html index a036e581..00c510df 100644 --- a/interfaces/core_src.ServerInfo.html +++ b/interfaces/core_src.ServerInfo.html @@ -1,6 +1,6 @@ -ServerInfo | webcrypto-local
    interface ServerInfo {
        cryptoServices: CryptoService[];
        id: string;
        preKey: string;
        type: string;
        version: string;
    }

    Properties

    cryptoServices +ServerInfo | webcrypto-local
    interface ServerInfo {
        cryptoServices: CryptoService[];
        id: string;
        preKey: string;
        type: string;
        version: string;
    }

    Properties

    cryptoServices: CryptoService[]
    id: string
    preKey: string
    type: string
    version: string
    \ No newline at end of file +

    Properties

    cryptoServices: CryptoService[]
    id: string
    preKey: string
    type: string
    version: string
    \ No newline at end of file diff --git a/interfaces/core_src.TokenInfo.html b/interfaces/core_src.TokenInfo.html index d210a710..fbc60091 100644 --- a/interfaces/core_src.TokenInfo.html +++ b/interfaces/core_src.TokenInfo.html @@ -1,4 +1,4 @@ -TokenInfo | webcrypto-local
    interface TokenInfo {
        firmwareVersion: Version;
        flags: number;
        freePrivateMemory: number;
        freePublicMemory: number;
        hardwareVersion: Version;
        label: string;
        manufacturerID: string;
        maxPinLen: number;
        maxRwSessionCount: number;
        maxSessionCount: number;
        minPinLen: number;
        model: string;
        rwSessionCount: number;
        serialNumber: string;
        sessionCount: number;
        totalPrivateMemory: number;
        totalPublicMemory: number;
    }

    Implemented by

    Properties

    firmwareVersion +TokenInfo | webcrypto-local
    interface TokenInfo {
        firmwareVersion: Version;
        flags: number;
        freePrivateMemory: number;
        freePublicMemory: number;
        hardwareVersion: Version;
        label: string;
        manufacturerID: string;
        maxPinLen: number;
        maxRwSessionCount: number;
        maxSessionCount: number;
        minPinLen: number;
        model: string;
        rwSessionCount: number;
        serialNumber: string;
        sessionCount: number;
        totalPrivateMemory: number;
        totalPublicMemory: number;
    }

    Implemented by

    Properties

    firmwareVersion: Version
    flags: number

    bit flags indicating capabilities and status of the device

    -
    freePrivateMemory: number

    the amount of free (unused) memory on the token in bytes for private objects

    -
    freePublicMemory: number

    the amount of free (unused) memory on the token in bytes for objects

    -
    hardwareVersion: Version

    version number of hardware

    -
    label: string

    application-defined label, assigned during token initialization.

    -
    manufacturerID: string

    ID of the device manufacturer.

    -
    maxPinLen: number

    maximum length in bytes of the PIN

    -
    maxRwSessionCount: number

    maximum number of read/write sessions that can be opened +

    Properties

    firmwareVersion: Version
    flags: number

    bit flags indicating capabilities and status of the device

    +
    freePrivateMemory: number

    the amount of free (unused) memory on the token in bytes for private objects

    +
    freePublicMemory: number

    the amount of free (unused) memory on the token in bytes for objects

    +
    hardwareVersion: Version

    version number of hardware

    +
    label: string

    application-defined label, assigned during token initialization.

    +
    manufacturerID: string

    ID of the device manufacturer.

    +
    maxPinLen: number

    maximum length in bytes of the PIN

    +
    maxRwSessionCount: number

    maximum number of read/write sessions that can be opened with the token at one time by a single application

    -
    maxSessionCount: number

    maximum number of sessions that can be opened with the token at one time by a single application

    -
    minPinLen: number

    minimum length in bytes of the PIN

    -
    model: string

    model of the device.

    -
    rwSessionCount: number

    number of read/write sessions that this application currently has open with the token

    -
    serialNumber: string

    character-string serial number of the device

    -
    sessionCount: number

    number of sessions that this application currently has open with the token

    -
    totalPrivateMemory: number

    the total amount of memory on the token in bytes in which private objects may be stored

    -
    totalPublicMemory: number

    the total amount of memory on the token in bytes in which objects may be stored

    -
    \ No newline at end of file +
    maxSessionCount: number

    maximum number of sessions that can be opened with the token at one time by a single application

    +
    minPinLen: number

    minimum length in bytes of the PIN

    +
    model: string

    model of the device.

    +
    rwSessionCount: number

    number of read/write sessions that this application currently has open with the token

    +
    serialNumber: string

    character-string serial number of the device

    +
    sessionCount: number

    number of sessions that this application currently has open with the token

    +
    totalPrivateMemory: number

    the total amount of memory on the token in bytes in which private objects may be stored

    +
    totalPublicMemory: number

    the total amount of memory on the token in bytes in which objects may be stored

    +
    \ No newline at end of file diff --git a/interfaces/core_src.TokenInfoEvent.html b/interfaces/core_src.TokenInfoEvent.html index 6ac635cc..8ade8420 100644 --- a/interfaces/core_src.TokenInfoEvent.html +++ b/interfaces/core_src.TokenInfoEvent.html @@ -1,4 +1,4 @@ -TokenInfoEvent | webcrypto-local
    interface TokenInfoEvent {
        added: ProviderCrypto[];
        error?: Error;
        removed: ProviderCrypto[];
    }

    Implemented by

    Properties

    added +TokenInfoEvent | webcrypto-local
    interface TokenInfoEvent {
        added: ProviderCrypto[];
        error?: Error;
        removed: ProviderCrypto[];
    }

    Implemented by

    Properties

    Properties

    error?: Error
    removed: ProviderCrypto[]
    \ No newline at end of file +

    Properties

    error?: Error
    removed: ProviderCrypto[]
    \ No newline at end of file diff --git a/interfaces/core_src.Version.html b/interfaces/core_src.Version.html index 546fb124..79ee6960 100644 --- a/interfaces/core_src.Version.html +++ b/interfaces/core_src.Version.html @@ -1,3 +1,3 @@ -Version | webcrypto-local
    interface Version {
        major: number;
        minor: number;
    }

    Implemented by

    Properties

    major +Version | webcrypto-local
    interface Version {
        major: number;
        minor: number;
    }

    Implemented by

    Properties

    Properties

    major: number
    minor: number
    \ No newline at end of file +

    Properties

    major: number
    minor: number
    \ No newline at end of file diff --git a/interfaces/proto_src.IAlgorithmConvertible.html b/interfaces/proto_src.IAlgorithmConvertible.html index e06759e4..4d32076d 100644 --- a/interfaces/proto_src.IAlgorithmConvertible.html +++ b/interfaces/proto_src.IAlgorithmConvertible.html @@ -1,3 +1,3 @@ -IAlgorithmConvertible | webcrypto-local

    Interface IAlgorithmConvertible

    interface IAlgorithmConvertible {
        fromAlgorithm(alg): this;
        toAlgorithm(): Algorithm;
    }

    Methods

    fromAlgorithm +IAlgorithmConvertible | webcrypto-local

    Interface IAlgorithmConvertible

    interface IAlgorithmConvertible {
        fromAlgorithm(alg): this;
        toAlgorithm(): Algorithm;
    }

    Methods

    \ No newline at end of file +

    Methods

    \ No newline at end of file diff --git a/interfaces/proto_src.OCSPRequestOptions.html b/interfaces/proto_src.OCSPRequestOptions.html index 2635dd4f..cc9d32e8 100644 --- a/interfaces/proto_src.OCSPRequestOptions.html +++ b/interfaces/proto_src.OCSPRequestOptions.html @@ -1,2 +1,2 @@ -OCSPRequestOptions | webcrypto-local

    Interface OCSPRequestOptions

    interface OCSPRequestOptions {
        method: "post" | "get";
    }

    Implemented by

    Properties

    Properties

    method: "post" | "get"
    \ No newline at end of file +OCSPRequestOptions | webcrypto-local

    Interface OCSPRequestOptions

    interface OCSPRequestOptions {
        method: "post" | "get";
    }

    Implemented by

    Properties

    Properties

    method: "post" | "get"
    \ No newline at end of file diff --git a/interfaces/server_src.IServerOptions.html b/interfaces/server_src.IServerOptions.html index 04eb7841..2c0b46e2 100644 --- a/interfaces/server_src.IServerOptions.html +++ b/interfaces/server_src.IServerOptions.html @@ -1,9 +1,9 @@ -IServerOptions | webcrypto-local
    interface IServerOptions {
        config: IProviderConfig;
        disablePCSC?: boolean;
        onMessagePrepare?: ((session, action) => Promise<unknown>);
        onMessageResult?: ((resolved, error?) => Promise<unknown>);
        storage: RatchetStorage;
    }

    Hierarchy

    • ServerOptions
      • IServerOptions

    Properties

    config +IServerOptions | webcrypto-local
    interface IServerOptions {
        config: IProviderConfig;
        disablePCSC?: boolean;
        onMessagePrepare?: ((session, action) => Promise<unknown>);
        onMessageResult?: ((resolved, error?) => Promise<unknown>);
        storage: RatchetStorage;
    }

    Hierarchy

    • ServerOptions
      • IServerOptions

    Properties

    config: IProviderConfig
    disablePCSC?: boolean

    Disables using of PCSC. No emit CardReader and Provider token events

    -
    onMessagePrepare?: ((session, action) => Promise<unknown>)

    Prepares server for message handling (auth, validation, setup, etc.).

    -

    Type declaration

      • (session, action): Promise<unknown>
      • Parameters

        Returns Promise<unknown>

    onMessageResult?: ((resolved, error?) => Promise<unknown>)

    Performs post-processing tasks after server message handling.

    -

    Type declaration

      • (resolved, error?): Promise<unknown>
      • Parameters

        • resolved: boolean
        • Optional error: Error

        Returns Promise<unknown>

    \ No newline at end of file +

    Properties

    config: IProviderConfig
    disablePCSC?: boolean

    Disables using of PCSC. No emit CardReader and Provider token events

    +
    onMessagePrepare?: ((session, action) => Promise<unknown>)

    Prepares server for message handling (auth, validation, setup, etc.).

    +

    Type declaration

      • (session, action): Promise<unknown>
      • Parameters

        Returns Promise<unknown>

    onMessageResult?: ((resolved, error?) => Promise<unknown>)

    Performs post-processing tasks after server message handling.

    +

    Type declaration

      • (resolved, error?): Promise<unknown>
      • Parameters

        • resolved: boolean
        • Optional error: Error

        Returns Promise<unknown>

    \ No newline at end of file diff --git a/interfaces/server_src.IdentityList.html b/interfaces/server_src.IdentityList.html index 76d492dc..f7847c79 100644 --- a/interfaces/server_src.IdentityList.html +++ b/interfaces/server_src.IdentityList.html @@ -1 +1 @@ -IdentityList | webcrypto-local
    interface IdentityList {
        [origin: string]: ratchet.Identity;
    }

    Indexable

    [origin: string]: ratchet.Identity
    \ No newline at end of file +IdentityList | webcrypto-local
    interface IdentityList {
        [origin: string]: ratchet.Identity;
    }

    Indexable

    [origin: string]: ratchet.Identity
    \ No newline at end of file diff --git a/interfaces/server_src.JsonIdentity.html b/interfaces/server_src.JsonIdentity.html index 513b9ac4..b0a5a4ee 100644 --- a/interfaces/server_src.JsonIdentity.html +++ b/interfaces/server_src.JsonIdentity.html @@ -1,7 +1,7 @@ -JsonIdentity | webcrypto-local
    interface JsonIdentity {
        createdAt: string;
        exchangeKey: JsonRatchetEcKey;
        id: number;
        preKeys: JsonRatchetEcKey[];
        signedPreKeys: JsonRatchetEcKey[];
        signingKey: JsonRatchetEcKey;
    }

    Properties

    createdAt +JsonIdentity | webcrypto-local
    interface JsonIdentity {
        createdAt: string;
        exchangeKey: JsonRatchetEcKey;
        id: number;
        preKeys: JsonRatchetEcKey[];
        signedPreKeys: JsonRatchetEcKey[];
        signingKey: JsonRatchetEcKey;
    }

    Properties

    createdAt: string
    exchangeKey: JsonRatchetEcKey
    id: number
    preKeys: JsonRatchetEcKey[]
    signedPreKeys: JsonRatchetEcKey[]
    signingKey: JsonRatchetEcKey
    \ No newline at end of file +

    Properties

    createdAt: string
    exchangeKey: JsonRatchetEcKey
    id: number
    preKeys: JsonRatchetEcKey[]
    signedPreKeys: JsonRatchetEcKey[]
    signingKey: JsonRatchetEcKey
    \ No newline at end of file diff --git a/interfaces/server_src.JsonIdentityBundle.html b/interfaces/server_src.JsonIdentityBundle.html index 4a0e2c23..fe3b1795 100644 --- a/interfaces/server_src.JsonIdentityBundle.html +++ b/interfaces/server_src.JsonIdentityBundle.html @@ -1,3 +1,3 @@ -JsonIdentityBundle | webcrypto-local
    interface JsonIdentityBundle {
        identities: JsonIdentityList;
        version: number;
    }

    Properties

    identities +JsonIdentityBundle | webcrypto-local
    interface JsonIdentityBundle {
        identities: JsonIdentityList;
        version: number;
    }

    Properties

    Properties

    identities: JsonIdentityList
    version: number
    \ No newline at end of file +

    Properties

    identities: JsonIdentityList
    version: number
    \ No newline at end of file diff --git a/interfaces/server_src.JsonIdentityList.html b/interfaces/server_src.JsonIdentityList.html index 9b368b0e..0756b5c2 100644 --- a/interfaces/server_src.JsonIdentityList.html +++ b/interfaces/server_src.JsonIdentityList.html @@ -1 +1 @@ -JsonIdentityList | webcrypto-local
    interface JsonIdentityList {
        [origin: string]: JsonIdentity;
    }

    Indexable

    [origin: string]: JsonIdentity
    \ No newline at end of file +JsonIdentityList | webcrypto-local
    interface JsonIdentityList {
        [origin: string]: JsonIdentity;
    }

    Indexable

    [origin: string]: JsonIdentity
    \ No newline at end of file diff --git a/interfaces/server_src.JsonRatchetEcKey.html b/interfaces/server_src.JsonRatchetEcKey.html index b05a6d41..d0ff3bfb 100644 --- a/interfaces/server_src.JsonRatchetEcKey.html +++ b/interfaces/server_src.JsonRatchetEcKey.html @@ -1,4 +1,4 @@ -JsonRatchetEcKey | webcrypto-local
    interface JsonRatchetEcKey {
        privateKey: string;
        publicKey: string;
        thumbprint: string;
    }

    Properties

    privateKey +JsonRatchetEcKey | webcrypto-local
    interface JsonRatchetEcKey {
        privateKey: string;
        publicKey: string;
        thumbprint: string;
    }

    Properties

    privateKey: string
    publicKey: string
    thumbprint: string
    \ No newline at end of file +

    Properties

    privateKey: string
    publicKey: string
    thumbprint: string
    \ No newline at end of file diff --git a/interfaces/server_src.RemoteIdentity.html b/interfaces/server_src.RemoteIdentity.html index 4f199336..81403827 100644 --- a/interfaces/server_src.RemoteIdentity.html +++ b/interfaces/server_src.RemoteIdentity.html @@ -1,3 +1,3 @@ -RemoteIdentity | webcrypto-local
    interface RemoteIdentity {
        origin?: string;
        userAgent?: string;
    }

    Hierarchy

    • RemoteIdentity
      • RemoteIdentity

    Properties

    origin? +RemoteIdentity | webcrypto-local
    interface RemoteIdentity {
        origin?: string;
        userAgent?: string;
    }

    Hierarchy

    • RemoteIdentity
      • RemoteIdentity

    Properties

    Properties

    origin?: string
    userAgent?: string
    \ No newline at end of file +

    Properties

    origin?: string
    userAgent?: string
    \ No newline at end of file diff --git a/modules/cards_src.html b/modules/cards_src.html index 4c1ebecb..3ebe7795 100644 --- a/modules/cards_src.html +++ b/modules/cards_src.html @@ -1,4 +1,4 @@ -cards/src | webcrypto-local

    Module cards/src

    Index

    Enumerations

    ConfigAttrEnum +cards/src | webcrypto-local

    Module cards/src

    Index

    Enumerations

    Classes

    Card diff --git a/modules/client_src.html b/modules/client_src.html index 91173825..c5e28e43 100644 --- a/modules/client_src.html +++ b/modules/client_src.html @@ -1,4 +1,4 @@ -client/src | webcrypto-local

    Module client/src

    Index

    Classes

    BrowserStorage +client/src | webcrypto-local

    Module client/src

    Index

    Classes

    BrowserStorage CertificateStorage CryptoServerError KeyStorage diff --git a/modules/core_src.html b/modules/core_src.html index c561ce33..8c504703 100644 --- a/modules/core_src.html +++ b/modules/core_src.html @@ -1,4 +1,4 @@ -core/src | webcrypto-local

    Index

    Classes

    Event +core/src | webcrypto-local

    Index

    Classes

    Interfaces

    Assoc CryptoService diff --git a/modules/proto_src.html b/modules/proto_src.html index a6181c49..0c78f5b9 100644 --- a/modules/proto_src.html +++ b/modules/proto_src.html @@ -1,4 +1,4 @@ -proto/src | webcrypto-local

    Module proto/src

    Index

    Classes

    ActionProto +proto/src | webcrypto-local

    Module proto/src

    Index

    Classes

    ActionProto AlgorithmConverter AlgorithmProto ArrayStringConverter diff --git a/modules/server_src.html b/modules/server_src.html index 200cbc24..16d6909f 100644 --- a/modules/server_src.html +++ b/modules/server_src.html @@ -1,4 +1,4 @@ -server/src | webcrypto-local

    Module server/src

    Index

    Classes

    FileStorage +server/src | webcrypto-local

    Module server/src

    Index

    Classes

    FileStorage LocalServer MemoryStorage RatchetStorage diff --git a/types/cards_src.AnyFunction.html b/types/cards_src.AnyFunction.html index fd3e4fd9..7a5f7085 100644 --- a/types/cards_src.AnyFunction.html +++ b/types/cards_src.AnyFunction.html @@ -1 +1 @@ -AnyFunction | webcrypto-local
    AnyFunction: ((...args) => any)

    Type declaration

      • (...args): any
      • Parameters

        • Rest ...args: any[]

        Returns any

    \ No newline at end of file +AnyFunction | webcrypto-local
    AnyFunction: ((...args) => any)

    Type declaration

      • (...args): any
      • Parameters

        • Rest ...args: any[]

        Returns any

    \ No newline at end of file diff --git a/types/cards_src.FileArchitecture.html b/types/cards_src.FileArchitecture.html index 9e2fac96..d90ff9c6 100644 --- a/types/cards_src.FileArchitecture.html +++ b/types/cards_src.FileArchitecture.html @@ -1 +1 @@ -FileArchitecture | webcrypto-local

    Type alias FileArchitecture

    FileArchitecture: "x64" | "x86" | "any"
    \ No newline at end of file +FileArchitecture | webcrypto-local

    Type alias FileArchitecture

    FileArchitecture: "x64" | "x86" | "any"
    \ No newline at end of file diff --git a/types/cards_src.FileOS.html b/types/cards_src.FileOS.html index a263d2db..9b2ce6df 100644 --- a/types/cards_src.FileOS.html +++ b/types/cards_src.FileOS.html @@ -1 +1 @@ -FileOS | webcrypto-local
    FileOS: "windows" | "linux" | "osx"
    \ No newline at end of file +FileOS | webcrypto-local
    FileOS: "windows" | "linux" | "osx"
    \ No newline at end of file diff --git a/types/core_src.LogHandler.html b/types/core_src.LogHandler.html index 93e3c235..a91ab308 100644 --- a/types/core_src.LogHandler.html +++ b/types/core_src.LogHandler.html @@ -1 +1 @@ -LogHandler | webcrypto-local
    LogHandler: ((level, source, message, data?) => void)

    Type declaration

      • (level, source, message, data?): void
      • Parameters

        Returns void

    \ No newline at end of file +LogHandler | webcrypto-local
    LogHandler: ((level, source, message, data?) => void)

    Type declaration

      • (level, source, message, data?): void
      • Parameters

        Returns void

    \ No newline at end of file diff --git a/types/core_src.LogLevel.html b/types/core_src.LogLevel.html index dc2e2679..2fed6678 100644 --- a/types/core_src.LogLevel.html +++ b/types/core_src.LogLevel.html @@ -1 +1 @@ -LogLevel | webcrypto-local
    LogLevel: "error" | "warn" | "info" | "debug"
    \ No newline at end of file +LogLevel | webcrypto-local
    LogLevel: "error" | "warn" | "info" | "debug"
    \ No newline at end of file diff --git a/variables/core_src.SERVER_WELL_KNOWN.html b/variables/core_src.SERVER_WELL_KNOWN.html index 4538d7ae..d56ecdf5 100644 --- a/variables/core_src.SERVER_WELL_KNOWN.html +++ b/variables/core_src.SERVER_WELL_KNOWN.html @@ -1 +1 @@ -SERVER_WELL_KNOWN | webcrypto-local

    Variable SERVER_WELL_KNOWNConst

    SERVER_WELL_KNOWN: "/.well-known/webcrypto-socket" = "/.well-known/webcrypto-socket"
    \ No newline at end of file +SERVER_WELL_KNOWN | webcrypto-local

    Variable SERVER_WELL_KNOWNConst

    SERVER_WELL_KNOWN: "/.well-known/webcrypto-socket" = "/.well-known/webcrypto-socket"
    \ No newline at end of file