GcryptWithIV.setInitVector

Set the initialization vector to use.

class GcryptWithIV(Algorithm algorithm, Mode mode)
protected
void
setInitVector
(
in void[] iv
)

Parameters

iv void[]

the initialization vector

Throws

A GcryptException if the initialization vector failed to be set

Meta