Name

ECPrivateKey

Synopsis

This interface defines an API that must be implemented by all elliptic curve private keys.

java.security.interfaces.ECPrivateKey

Figure 14-78. java.security.interfaces.ECPrivateKey

public interface ECPrivateKey extends ECKeyjava.security.PrivateKey {
// Public Constants
     public static final long serialVersionUID;  =-7896394956925609184
                  // Public Instance Methods
     java.math.BigInteger getS( );  
}

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.