Name

ECPrivateKeySpec

Synopsis

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

java.security.spec.ECPrivateKeySpec

Figure 14-91. java.security.spec.ECPrivateKeySpec

public class ECPrivateKeySpec implements KeySpec {
// Public Constructors
     public ECPrivateKeySpec(java.math.BigInteger s, ECParameterSpec params);  
// Public Instance Methods
     public ECParameterSpec getParams( );  
     public 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.