RC5ParameterSpec.Rounds Property

Definition

Returns the number of rounds.

public virtual int Rounds { [Android.Runtime.Register("getRounds", "()I", "GetGetRoundsHandler")] get; }
[<get: Android.Runtime.Register("getRounds", "()I", "GetGetRoundsHandler")>]
member this.Rounds : int

Property Value

the number of rounds.

Attributes

Remarks

Returns the number of rounds.

Java documentation for javax.crypto.spec.RC5ParameterSpec.getRounds().

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