Added in API level 1
    ECKey
interface ECKey
| java.security.interfaces.ECKey | 
The interface to an elliptic curve (EC) key.
Summary
| Public methods | |
|---|---|
| abstract ECParameterSpec! | 
            
             Returns the domain parameters associated with this key.  | 
        
Public methods
getParams
Added in API level 1
      abstract fun getParams(): ECParameterSpec!
Returns the domain parameters associated with this key. The domain parameters are either explicitly specified or implicitly created during key generation.
| Return | |
|---|---|
ECParameterSpec! | 
            the associated domain parameters. |