de.flexiprovider.ec.parameters
Class CurveRegistry.PrimeCurve38

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

public static final class CurveRegistry.PrimeCurve38
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 primeCurve38 (this is also the NIST curve P-521).
 
Fields inherited from class de.flexiprovider.ec.parameters.CurveParams
E, g, q
 
Constructor Summary
CurveRegistry.PrimeCurve38()
           
 
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 primeCurve38 (this is also the NIST curve P-521).
Constructor Detail

CurveRegistry.PrimeCurve38

public CurveRegistry.PrimeCurve38()