Skip to content

Latest commit

 

History

History
96 lines (52 loc) · 2.3 KB

ecrypto_utils_keys_usages.md

File metadata and controls

96 lines (52 loc) · 2.3 KB

@pashoo2/crypto-utilities / Exports / eCRYPTO_UTILS_KEYS_USAGES

Enumeration: eCRYPTO_UTILS_KEYS_USAGES

Table of contents

Enumeration members

Enumeration members

decrypt

decrypt = "decrypt"

Defined in

encryption-utils/crypto-utils.const.ts:15


deriveBits

deriveBits = "deriveBits"

Defined in

encryption-utils/crypto-utils.const.ts:19


deriveKey

deriveKey = "deriveKey"

Defined in

encryption-utils/crypto-utils.const.ts:18


encrypt

encrypt = "encrypt"

Defined in

encryption-utils/crypto-utils.const.ts:14


sign

sign = "sign"

Defined in

encryption-utils/crypto-utils.const.ts:16


unwrapKey

unwrapKey = "unwrapKey"

Defined in

encryption-utils/crypto-utils.const.ts:21


verify

verify = "verify"

Defined in

encryption-utils/crypto-utils.const.ts:17


wrapKey

wrapKey = "wrapKey"

Defined in

encryption-utils/crypto-utils.const.ts:20