DrbgParameters.InvokeNextBytes(Int32, Boolean, Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生一個 DrbgParameters.NextBytes 物件。
[Android.Runtime.Register("nextBytes", "(IZ[B)Ljava/security/DrbgParameters$NextBytes;", "", ApiSince=35)]
public static Java.Security.DrbgParameters.NextBytes? InvokeNextBytes(int strength, bool predictionResistance, byte[]? additionalInput);
[<Android.Runtime.Register("nextBytes", "(IZ[B)Ljava/security/DrbgParameters$NextBytes;", "", ApiSince=35)>]
static member InvokeNextBytes : int * bool * byte[] -> Java.Security.DrbgParameters.NextBytes
參數
- strength
- Int32
請求以比特形式提供安全防護。 若設為 -1,則會使用有效強度。
- predictionResistance
- Boolean
請求預測阻力
- additionalInput
- Byte[]
額外輸入,可以為空。 這個位元組陣列的內容會被複製。
傳回
一個新的 NextBytes 物件
- 屬性
備註
產生一個 DrbgParameters.NextBytes 物件。
Java 參考 java.security.DrbgParameters.nextBytes。