com.motorola.iden.provider
Class ECCKeyPairGen

java.lang.Object
  |
  +--com.motorola.iden.security.KeyPairGeneratorSpi
        |
        +--com.motorola.iden.provider.ECCKeyPairGen

public class ECCKeyPairGen
extends KeyPairGeneratorSpi

ECC key pair generation is not supported in 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:
[CipherSpi]

Constructor Summary
ECCKeyPairGen()
          ECC key pair generation is not supported in Gemini product.
 
Method Summary
protected  KeyPair engineGenerateKeyPair()
          ECC key pair generation is not supported in Gemini product.
protected  void engineInitialize(AlgorithmParameterSpec params)
          ECC key pair generation is not supported in Gemini product.
protected  void engineInitialize(int keysize)
          ECC key pair generation is not supported in Gemini product.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECCKeyPairGen

public ECCKeyPairGen()
ECC key pair generation is not supported in Gemini product.
Method Detail

engineInitialize

protected final void engineInitialize(int keysize)
                               throws InvalidAlgorithmParameterException
ECC key pair generation is not supported in Gemini product.
Overrides:
engineInitialize in class KeyPairGeneratorSpi
Following copied from class: com.motorola.iden.security.KeyPairGeneratorSpi
Parameters:
keysize - the keysize. This is an algorithm-specific metric, such as modulus length, specified in number of bits.

Throws:
InvalidAlgorithmParameterException - if the keysize is not supported by this KeyPairGeneratorSpi object.

engineInitialize

protected final void engineInitialize(AlgorithmParameterSpec params)
                               throws InvalidAlgorithmParameterException
ECC key pair generation is not supported in Gemini product.
Overrides:
engineInitialize in class KeyPairGeneratorSpi
Following copied from class: com.motorola.iden.security.KeyPairGeneratorSpi
Parameters:
params - the parameter set used to generate the keys.

Throws:
InvalidAlgorithmParameterException - if the given parameters are inappropriate for this key pair generator.

engineGenerateKeyPair

protected final KeyPair engineGenerateKeyPair()
ECC key pair generation is not supported in Gemini product.
Overrides:
engineGenerateKeyPair in class KeyPairGeneratorSpi
Following copied from class: com.motorola.iden.security.KeyPairGeneratorSpi
Returns:
the newly generated KeyPair