XECPrivateKeySpec.GetScalar Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.