RC2ParameterSpec.EffectiveKeyBits Property

Definition

Returns the effective key size in bits.

public virtual int EffectiveKeyBits { [Android.Runtime.Register("getEffectiveKeyBits", "()I", "GetGetEffectiveKeyBitsHandler")] get; }
[<get: Android.Runtime.Register("getEffectiveKeyBits", "()I", "GetGetEffectiveKeyBitsHandler")>]
member this.EffectiveKeyBits : int

Property Value

the effective key size in bits.

Attributes

Remarks

Returns the effective key size in bits.

Java documentation for javax.crypto.spec.RC2ParameterSpec.getEffectiveKeyBits().

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