Name

ECPublicKeySpec

Synopsis

This class is an immutable representation of a public key for elliptic curve cryptography.

java.security.spec.ECPublicKeySpec

Figure 14-92. java.security.spec.ECPublicKeySpec

public class ECPublicKeySpec implements KeySpec {
// Public Constructors
     public ECPublicKeySpec(ECPoint w, ECParameterSpec params);  
// Public Instance Methods
     public ECParameterSpec getParams( );  
     public 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.