ECKey | java.security.interfaces |
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
|