다음을 통해 공유


DrbgParameters.NextBytes.GetAdditionalInput Method

Definition

Returns the requested additional input.

[Android.Runtime.Register("getAdditionalInput", "()[B", "", ApiSince=35)]
public byte[]? GetAdditionalInput ();
[<Android.Runtime.Register("getAdditionalInput", "()[B", "", ApiSince=35)>]
member this.GetAdditionalInput : unit -> byte[]

Returns

Byte[]

the requested additional input, null if not requested. A new byte array is returned each time this method is called.

Attributes

Remarks

Returns the requested additional input.

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

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