KeyHold TypeScript SDK / CipherParameters
Interface: CipherParameters
Explicit parameters for AES-GCM during private-key export.
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
algorithm | "aes-gcm" | Yes | — |
keyLengthBits | 256 | Yes | — |
tagLengthBits | 128 | Yes | — |
Properties
algorithm
algorithm:
"aes-gcm"
keyLengthBits
keyLengthBits:
256
tagLengthBits
tagLengthBits:
128