IECPrivateKey.GetS Method

Definition

Returns the private value S.

[Android.Runtime.Register("getS", "()Ljava/math/BigInteger;", "GetGetSHandler:Java.Security.Interfaces.IECPrivateKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Math.BigInteger? GetS ();
[<Android.Runtime.Register("getS", "()Ljava/math/BigInteger;", "GetGetSHandler:Java.Security.Interfaces.IECPrivateKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetS : unit -> Java.Math.BigInteger

Returns

the private value S.

Attributes

Remarks

Returns the private value S.

Java documentation for java.security.interfaces.ECPrivateKey.getS().

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