AesGcmFieldCryptoProviderOptions
Defined in: packages/core/src/crypto/types.ts:254
Properties
Section titled “Properties”activeKid
Section titled “activeKid”activeKid:
string
Defined in: packages/core/src/crypto/types.ts:256
algorithm?
Section titled “algorithm?”
optionalalgorithm:"A256GCM"
Defined in: packages/core/src/crypto/types.ts:260
hashKeyEncoding?
Section titled “hashKeyEncoding?”
optionalhashKeyEncoding:"base64url"|"utf8"
Defined in: packages/core/src/crypto/types.ts:259
hashKeys?
Section titled “hashKeys?”
optionalhashKeys:Record<string,string|ArrayBuffer|Uint8Array<ArrayBufferLike>>
Defined in: packages/core/src/crypto/types.ts:257
keyEncoding?
Section titled “keyEncoding?”
optionalkeyEncoding:"base64url"|"utf8"
Defined in: packages/core/src/crypto/types.ts:258
keys:
Record<string,string|ArrayBuffer|Uint8Array>
Defined in: packages/core/src/crypto/types.ts:255