Java In A Nutshell, 5th Edition

ECKey java.security.interfaces

Java 5.0

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

Категории