Uses of Class
kz.gamma.hardware.crypto.software.ec.ECCurve

Packages that use ECCurve
kz.gamma.hardware.crypto.software.ec   
kz.gamma.hardware.crypto.software.param   
kz.gamma.hardware.crypto.software.x9   
 

Uses of ECCurve in kz.gamma.hardware.crypto.software.ec
 

Subclasses of ECCurve in kz.gamma.hardware.crypto.software.ec
static class ECCurve.F2m
          Elliptic curves over F2m.
static class ECCurve.Fp
          Elliptic curve over Fp
 

Fields in kz.gamma.hardware.crypto.software.ec declared as ECCurve
(package private)  ECCurve ECPoint.curve
           
 

Methods in kz.gamma.hardware.crypto.software.ec that return ECCurve
 ECCurve ECPoint.getCurve()
           
 

Constructors in kz.gamma.hardware.crypto.software.ec with parameters of type ECCurve
ECPoint.F2m(ECCurve curve)
          Deprecated. use ECCurve.getInfinity() Constructor for point at infinity
ECPoint.F2m(ECCurve curve, ECFieldElement x, ECFieldElement y)
           
ECPoint.F2m(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
           
ECPoint.Fp(ECCurve curve, ECFieldElement x, ECFieldElement y)
          Create a point which encodes with point compression.
ECPoint.Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
          Create a point that encodes with or without point compresion.
ECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y)
           
 

Uses of ECCurve in kz.gamma.hardware.crypto.software.param
 

Fields in kz.gamma.hardware.crypto.software.param declared as ECCurve
(package private)  ECCurve ECDomainParameters.curve
           
 

Methods in kz.gamma.hardware.crypto.software.param that return ECCurve
 ECCurve ECDomainParameters.getCurve()
           
 

Constructors in kz.gamma.hardware.crypto.software.param with parameters of type ECCurve
ECDomainParameters(ECCurve curve, ECPoint G, java.math.BigInteger n)
           
ECDomainParameters(ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h)
           
ECDomainParameters(ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)
           
 

Uses of ECCurve in kz.gamma.hardware.crypto.software.x9
 

Fields in kz.gamma.hardware.crypto.software.x9 declared as ECCurve
private  ECCurve X9Curve.curve
           
private  ECCurve X9ECParameters.curve
           
 

Methods in kz.gamma.hardware.crypto.software.x9 that return ECCurve
 ECCurve X9Curve.getCurve()
           
 ECCurve X9ECParameters.getCurve()
           
 

Methods in kz.gamma.hardware.crypto.software.x9 with parameters of type ECCurve
 int X9IntegerConverter.getByteLength(ECCurve c)
           
 

Constructors in kz.gamma.hardware.crypto.software.x9 with parameters of type ECCurve
X9Curve(ECCurve curve)
           
X9Curve(ECCurve curve, byte[] seed)
           
X9ECParameters(ECCurve curve, ECPoint g, java.math.BigInteger n)
           
X9ECParameters(ECCurve curve, ECPoint g, java.math.BigInteger n, java.math.BigInteger h)
           
X9ECParameters(ECCurve curve, ECPoint g, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)
           
X9ECPoint(ECCurve c, ASN1OctetString s)
           
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.