RC2ParameterSpec.GetIV Method

Definition

Returns the IV or null if this parameter set does not contain an 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 IV or null if this parameter set does not contain an IV. Returns a new array each time this method is called.

Attributes

Remarks

Returns the IV or null if this parameter set does not contain an IV.

Java documentation for javax.crypto.spec.RC2ParameterSpec.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