initializationVector property

List<int> initializationVector
final

Initialization Vector value used when encrypting the plaintext.

Note that some algorithms may not use an Initialization Vector, in which case this value is the empty octet sequence.

Implementation

final List<int> initializationVector;