다음을 통해 공유


DrbgParameters.NextBytes.Strength Property

Definition

Returns the security strength requested in bits.

public int Strength { [Android.Runtime.Register("getStrength", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getStrength", "()I", "", ApiSince=35)>]
member this.Strength : int

Property Value

the strength requested, or -1 if the effective strength should be used.

Attributes

Remarks

Returns the security strength requested in bits.

Java documentation for java.security.DrbgParameters.NextBytes.getStrength().

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