com.motorola.iden.crypto
Class ECC_PublicKey

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

public class ECC_PublicKey
extends java.lang.Object
implements PublicKey

This class specifies an elliptic curve public 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:
[PublicKey]

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

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

getAlgorithm

public java.lang.String getAlgorithm()
ECC public 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 public 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 public 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.