de.flexiprovider.ec.parameters
Class CurveRegistry.PrimeCurve1

java.lang.Object
  |
  +--de.flexiprovider.ec.parameters.CurveParams
        |
        +--de.flexiprovider.ec.parameters.CurveParams.CurveParamsGFP
              |
              +--de.flexiprovider.ec.parameters.CurveRegistry.PrimeCurve1
All Implemented Interfaces:
AlgorithmParameterSpec, java.security.spec.AlgorithmParameterSpec
Enclosing class:
CurveRegistry

public static final class CurveRegistry.PrimeCurve1
extends CurveParams.CurveParamsGFP


Inner classes inherited from class de.flexiprovider.ec.parameters.CurveParams
CurveParams.CurveParamsGF2n, CurveParams.CurveParamsGF2nONB, CurveParams.CurveParamsGF2nPentanomial, CurveParams.CurveParamsGF2nTrinomial, CurveParams.CurveParamsGFP
 
Field Summary
static java.lang.String OID
          The OID of primeCurve1.
 
Fields inherited from class de.flexiprovider.ec.parameters.CurveParams
E, g, q
 
Constructor Summary
CurveRegistry.PrimeCurve1()
           
 
Methods inherited from class de.flexiprovider.ec.parameters.CurveParams.CurveParamsGFP
equals, hashCode
 
Methods inherited from class de.flexiprovider.ec.parameters.CurveParams
getE, getG, getK, getOID, getQ, getR
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OID

public static final java.lang.String OID
The OID of primeCurve1.
Constructor Detail

CurveRegistry.PrimeCurve1

public CurveRegistry.PrimeCurve1()