com.motorola.iden.crypto
Class ECC_PrivateKey

java.lang.Object
  |
  +--com.motorola.iden.crypto.ECC_PrivateKey
All Implemented Interfaces:
Key, PrivateKey

public class ECC_PrivateKey
extends java.lang.Object
implements PrivateKey

This class specifies an elliptic curve private key and doesn't support 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:
[PrivateKey]

Constructor Summary
ECC_PrivateKey(byte[] input)
          ECC private key is not supported in Gemini product.
 
Method Summary
 java.lang.String getAlgorithm()
          ECC private key is not supported in Gemini product.
 byte[] getEncoded()
          ECC private key is not supported in Gemini product.
 java.lang.String getFormat()
          ECC private key 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

ECC_PrivateKey

public ECC_PrivateKey(byte[] input)
ECC private key is not supported in Gemini product.
Method Detail

getAlgorithm

public java.lang.String getAlgorithm()
ECC private key is not supported in Gemini product.
Specified by:
getAlgorithm in interface Key
Following copied from interface: com.motorola.iden.security.Key
Returns:
the name of the algorithm associated with this key.

getEncoded

public byte[] getEncoded()
ECC private key is not supported in Gemini product.
Specified by:
getEncoded in interface Key
Following copied from interface: com.motorola.iden.security.Key
Returns:
the encoded key, or null if the key does not support encoding.

getFormat

public java.lang.String getFormat()
ECC private key is not supported in Gemini product.
Specified by:
getFormat in interface Key
Following copied from interface: com.motorola.iden.security.Key
Returns:
the primary encoding format of the key.