com.motorola.iden.crypto.spec
Class ECKeyParameterSpec

java.lang.Object
  |
  +--com.motorola.iden.crypto.spec.ECKeyParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class ECKeyParameterSpec
extends java.lang.Object
implements AlgorithmParameterSpec

This class specifies the elliptic curves used to generate elliptic curve key-pairs and is not supported in the Gemini product.

MOTOROLA and the Stylized M Logo are registered trademarks of Motorola, Inc. Reg. U.S. Pat. & Tm. Off.
© Copyright 2002 - 2004 Motorola, Inc. All Rights Reserved.

See Also:
[AlgorithmParameterSpec]

Constructor Summary
ECKeyParameterSpec(int curve)
          Construct an ECKeyPatameterSpec
 
Method Summary
 int getCurve()
          Get the elliptic curve.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECKeyParameterSpec

public ECKeyParameterSpec(int curve)
Construct an ECKeyPatameterSpec

Parameters:
curve - the type of elliptic curve.
Method Detail

getCurve

public int getCurve()
Get the elliptic curve.

Returns:
the elliptic curve type.