Java In A Nutshell, 5th Edition
This interface defines the API that must be implemented by all elliptic curve keys. public interface ECKey { // Public Instance Methods java.security.spec.ECParameterSpec getParams ( ); }
Implementations
ECPrivateKey , ECPublicKey |