AesCbcParams

interface AesCbcParams extends Algorithm {
iv: BufferSource;
}

§Extends

§
Algorithm
[src]

§Properties

§
iv: BufferSource
[src]