No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | java.security.spec.ECPublicKeySpec | 
The parameters specifying an Elliptic Curve (EC) public key.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Creates a new 
            ECPublicKeywith the specified public elliptic curve point and parameter specification. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Returns the domain parameter specification.
           | ||||||||||
|  | 
           Returns the public elliptic curve point 
            W. | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
Creates a new ECPublicKey with the specified public elliptic curve point and parameter specification.
| w | the public elliptic curve point W. | 
|---|---|
| params | the domain parameter specification. | 
| IllegalArgumentException | if the specified point Wis at infinity. | 
|---|
Returns the domain parameter specification.
Returns the public elliptic curve point W.
W.