Name

ECPublicKey

Synopsis

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

java.security.interfaces.ECPublicKey

Figure 14-79. java.security.interfaces.ECPublicKey

public interface ECPublicKey extends ECKeyjava.security.PublicKey {
// Public Constants
     public static final long serialVersionUID;  =-3314988629879632826
                  // Public Instance Methods
     java.security.spec.ECPoint getW( );  
}

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.