Options
All
  • Public
  • Public/Protected
  • All
Menu

@virgilsecurity/e3kit-base

Index

Type aliases

Data

Data: string | Buffer | Uint8Array | StringWithEncoding

EncryptPublicKeyArg

EncryptPublicKeyArg: LookupResult | IPublicKey

Argument for encrypt function can be single IPublicKey or LookupResult

deprecated

and will be removed in next major release.

FindUsersResult

FindUsersResult: {}

Dictionary returned from {@link Ethree.findUsers} method when searching for multiple users.

Type declaration

  • [identity: string]: ICard

IAccessTokenProvider

IAccessTokenProvider: IAccessTokenProvider

IBrainKeyCrypto

IBrainKeyCrypto: IBrainKeyCrypto

ICard

ICard: ICard

ICardCrypto

ICardCrypto: ICardCrypto

ICrypto

ICrypto: ICrypto

IGroupSession

IGroupSession: IGroupSession

IGroupSessionMessageInfo

IGroupSessionMessageInfo: IGroupSessionMessageInfo

IKeyEntry

IKeyEntry: IKeyEntry

IKeyEntryStorage

IKeyEntryStorage: IKeyEntryStorage

IKeyPair

IKeyPair: IKeyPair

IPrivateKey

IPrivateKey: IPrivateKey

IPublicKey

IPublicKey: IPublicKey

LookupResult

LookupResult: {}

Dictionary returned from lookupPublicKey method

deprecated

and will be removed in next major release.

Type declaration

  • [identity: string]: IPublicKey

LookupResultWithErrors

LookupResultWithErrors: {}
deprecated

and will be removed in next major release.

Type declaration

  • [identity: string]: IPublicKey | Error

NodeBuffer

NodeBuffer: Buffer

StringEncoding

StringEncoding: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex"

ValueType

ValueType: string | Buffer

Variables

Const BRAIN_KEY_RATE_LIMIT_DELAY

BRAIN_KEY_RATE_LIMIT_DELAY: 2000 = 2000

Const BRAIN_KEY_THROTTLING_ERROR_CODE

BRAIN_KEY_THROTTLING_ERROR_CODE: 60007 = 60007

Const DATE_TAG

DATE_TAG: "[object Date]" = "[object Date]"

Const toString

toString: toString = Object.prototype.toString

Functions

Const isValidParticipantCount

  • isValidParticipantCount(count: number): boolean

warn

  • warn(message: string): void

Generated using TypeDoc