다음을 통해 공유


XECPrivateKeySpec.GetScalar Method

Definition

Get the scalar value encoded as an unpruned byte array.

[Android.Runtime.Register("getScalar", "()[B", "GetGetScalarHandler", ApiSince=33)]
public virtual byte[]? GetScalar ();
[<Android.Runtime.Register("getScalar", "()[B", "GetGetScalarHandler", ApiSince=33)>]
abstract member GetScalar : unit -> byte[]
override this.GetScalar : unit -> byte[]

Returns

Byte[]

the unpruned encoded scalar value

Attributes

Remarks

Get the scalar value encoded as an unpruned byte array. A new copy of the array is returned each time this method is called.

Java documentation for java.security.spec.XECPrivateKeySpec.getScalar().

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