次の方法で共有


ChaCha20ParameterSpec.Counter Property

Definition

Returns the configured counter value.

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

Property Value

the counter value

Attributes

Remarks

Returns the configured counter value.

Java documentation for javax.crypto.spec.ChaCha20ParameterSpec.getCounter().

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