Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 613
نمايش فراداده

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