IAIK ECC
version 2.18

Serialized Form


Package iaik.security.ecc

Class iaik.security.ecc.ECCException extends java.lang.Exception implements Serializable

Serialized Fields

key_

java.lang.String key_
The key value for this exception used for the description lookup.


Package iaik.security.ecc.ecdsa

Class iaik.security.ecc.ecdsa.ECPrivateKey extends iaik.pkcs.pkcs8.PrivateKeyInfo implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Implements the Serializable interface.

Throws:
java.io.IOException - if some I/O error occurs
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implements the Serializable interface.

Throws:
java.io.IOException - if some I/O error occurs
Serialized Fields

p_

ECDSAParameter p_
the elliptic curve domain parameters


s_

java.math.BigInteger s_
the private key, satisfying W = s*G


w_

ECPoint w_
corresponding public key

Class iaik.security.ecc.ecdsa.ECPublicKey extends iaik.x509.PublicKeyInfo implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Implements the Serializable interface.

Throws:
java.io.IOException - if some I/O error occurs
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implements the Serializable interface.

Throws:
java.io.IOException - if some I/O error occurs
Serialized Fields

p_

ECDSAParameter p_
domain parameters of the elliptic curve


w_

ECPoint w_
the public key (point on the elliptic curve) satisfying W = s*G, where s is the private key


Package iaik.security.ecc.math.algorithms

Class iaik.security.ecc.math.algorithms.AlgorithmException extends ECCException implements Serializable


Package iaik.security.ecc.math.ecgroup

Class iaik.security.ecc.math.ecgroup.ECGroupException extends ECCException implements Serializable


Package iaik.security.ecc.math.field

Class iaik.security.ecc.math.field.FieldException extends ECCException implements Serializable


Package iaik.security.ecc.provider

Class iaik.security.ecc.provider.ECCProvider extends java.security.Provider implements Serializable


IAIK ECC
version 2.18

IAIK-ECC 2.18, (c) 2002 IAIK, (c) 2003 SIC