다음을 통해 공유


DrbgParameters.Capability.SupportsReseeding Method

Definition

Returns whether this capability supports reseeding.

[Android.Runtime.Register("supportsReseeding", "()Z", "", ApiSince=35)]
public bool SupportsReseeding ();
[<Android.Runtime.Register("supportsReseeding", "()Z", "", ApiSince=35)>]
member this.SupportsReseeding : unit -> bool

Returns

true for #PR_AND_RESEED and #RESEED_ONLY, and false for #NONE

Attributes

Remarks

Returns whether this capability supports reseeding.

Java documentation for java.security.DrbgParameters.Capability.supportsReseeding().

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