IvParameterSpec.GetIV Method

Definition

Returns the initialization vector (IV).

[Android.Runtime.Register("getIV", "()[B", "GetGetIVHandler")]
public virtual byte[]? GetIV ();
[<Android.Runtime.Register("getIV", "()[B", "GetGetIVHandler")>]
abstract member GetIV : unit -> byte[]
override this.GetIV : unit -> byte[]

Returns

Byte[]

the initialization vector (IV). Returns a new array each time this method is called.

Attributes

Remarks

Returns the initialization vector (IV).

Java documentation for javax.crypto.spec.IvParameterSpec.getIV().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to