|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.motorola.iden.security.KeyPairGeneratorSpi | +--com.motorola.iden.provider.ECCKeyPairGen
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.
[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 |
public ECCKeyPairGen()
Method Detail |
protected final void engineInitialize(int keysize) throws InvalidAlgorithmParameterException
engineInitialize
in class KeyPairGeneratorSpi
com.motorola.iden.security.KeyPairGeneratorSpi
keysize
- the keysize. This is an
algorithm-specific metric, such as modulus length, specified in
number of bits.
InvalidAlgorithmParameterException
- if the keysize
is not
supported by this KeyPairGeneratorSpi object.protected final void engineInitialize(AlgorithmParameterSpec params) throws InvalidAlgorithmParameterException
engineInitialize
in class KeyPairGeneratorSpi
com.motorola.iden.security.KeyPairGeneratorSpi
params
- the parameter set used to generate the keys.
InvalidAlgorithmParameterException
- if the given parameters
are inappropriate for this key pair generator.protected final KeyPair engineGenerateKeyPair()
engineGenerateKeyPair
in class KeyPairGeneratorSpi
com.motorola.iden.security.KeyPairGeneratorSpi
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |