March 2005
Intermediate to advanced
1254 pages
104h 21m
English
ECKey
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( ); }
ECPrivateKey, ECPublicKey