RC5ParameterSpec.WordSize Property

Definition

Returns the word size in bits.

public virtual int WordSize { [Android.Runtime.Register("getWordSize", "()I", "GetGetWordSizeHandler")] get; }
[<get: Android.Runtime.Register("getWordSize", "()I", "GetGetWordSizeHandler")>]
member this.WordSize : int

Property Value

the word size in bits.

Attributes

Remarks

Returns the word size in bits.

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

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