|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.motorola.iden.security.spec.ECDSAParameterSpec
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.
[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 |
public ECDSAParameterSpec(int curve, byte[] rValue)
curve
- the type of elliptic curve.rValue.
- Method Detail |
public int getCurve()
public byte[] getRValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |