interface IAesBundle {
    iv: Uint8Array;
    key: CryptoKey;
}

Properties

Properties

iv: Uint8Array
key: CryptoKey