Name

ECKey

Synopsis

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

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.