Example usage for Java java.security.interfaces ECPublicKey fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getAlgorithm() Returns the standard algorithm name for this key. |
byte[] | getEncoded() Returns the key in its primary encoding format, or null if this key does not support encoding. |
ECParameterSpec | getParams() Returns the domain parameters associated with this key. |
ECPoint | getW() Returns the public point W. |