Type aliases
Data
Data: string | Buffer | Uint8Array | StringWithEncoding
FindUsersResult
FindUsersResult: {}
Type declaration
-
[identity: string]: ICard
IAccessTokenProvider
IAccessTokenProvider: IAccessTokenProvider
IBrainKeyCrypto
IBrainKeyCrypto: IBrainKeyCrypto
ICardCrypto
ICardCrypto: ICardCrypto
IGroupSession
IGroupSession: IGroupSession
IGroupSessionMessageInfo
IGroupSessionMessageInfo: IGroupSessionMessageInfo
IKeyEntry
IKeyEntry: IKeyEntry
IKeyEntryStorage
IKeyEntryStorage: IKeyEntryStorage
IKeyPair
IKeyPair: IKeyPair
IPrivateKey
IPrivateKey: IPrivateKey
IPublicKey
IPublicKey: IPublicKey
LookupResult
LookupResult: {}
Type declaration
-
[identity: string]: IPublicKey
LookupResultWithErrors
LookupResultWithErrors: {}
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
Argument for encrypt function can be single IPublicKey or LookupResult
and will be removed in next major release.