IAIK ECC
version 2.18

iaik.security.ecc.ecdh
Class ECDHwithCofactor

java.lang.Object
  extended byjavax.crypto.KeyAgreementSpi
      extended byiaik.security.ecc.ecdh.ECDH
          extended byiaik.security.ecc.ecdh.ECDHwithCofactor

public class ECDHwithCofactor
extends ECDH

The security provider uses this class to get an ECDH KeyAgreement sheme with cofactor multiplication.


Field Summary
 
Fields inherited from class iaik.security.ecc.ecdh.ECDH
parameter_, privateKey_, secret_, withCoFactor_
 
Constructor Summary
ECDHwithCofactor()
          Constructor used by provider.
 
Methods inherited from class iaik.security.ecc.ecdh.ECDH
engineDoPhase, engineGenerateSecret, engineGenerateSecret, engineGenerateSecret, engineInit, engineInit, equalParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECDHwithCofactor

public ECDHwithCofactor()
Constructor used by provider. It simply calls super(true). Don't try to get an instance of this class but use the provider interface.


IAIK ECC
version 2.18

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