com.motorola.iden.security.spec
Class ECDSAParameterSpec

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

public class ECDSAParameterSpec
extends java.lang.Object
implements AlgorithmParameterSpec

This class specifies the ECDSA parameters used to sign or verify ECDSA signature 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
ECDSAParameterSpec(int curve, byte[] rValue)
          Construct an ECDSAPatameterSpec
 
Method Summary
 int getCurve()
          Get the elliptic curve type
 byte[] getRValue()
          Get the rValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECDSAParameterSpec

public ECDSAParameterSpec(int curve,
                          byte[] rValue)
Construct an ECDSAPatameterSpec

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

getCurve

public int getCurve()
Get the elliptic curve type

Returns:
elliptic curve type.

getRValue

public byte[] getRValue()
Get the rValue

Returns:
rValue