FileDocCategorySizeDatePackage
ECKey.javaAPI DocJava SE 5 API684Fri Aug 26 14:57:18 BST 2005java.security.interfaces

ECKey

public interface ECKey
The interface to an elliptic curve (EC) key.
author
Valerie Peng
version
1.2, 12/19/03
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public java.security.spec.ECParameterSpecgetParams()
Returns the domain parameters associated with this key. The domain parameters are either explicitly specified or implicitly created during key generation.

return
the associated domain parameters.