PBEKeySpec.IterationCount Property

Definition

Returns the iteration count or 0 if not specified.

public int IterationCount { [Android.Runtime.Register("getIterationCount", "()I", "")] get; }
[<get: Android.Runtime.Register("getIterationCount", "()I", "")>]
member this.IterationCount : int

Property Value

the iteration count.

Attributes

Remarks

Returns the iteration count or 0 if not specified.

Java documentation for javax.crypto.spec.PBEKeySpec.getIterationCount().

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