Example usage for Java java.security.interfaces ECPrivateKey fields, constructors, methods, implement or subclass
The text is from its open source code.
byte[] | getEncoded() Returns the key in its primary encoding format, or null if this key does not support encoding. |
BigInteger | getS() Returns the private value S. |