de.flexiprovider.ec.parameters
Class CurveRegistry.Prime256v1

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

public static final class CurveRegistry.Prime256v1
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 prime256v1.
 
Fields inherited from class de.flexiprovider.ec.parameters.CurveParams
E, g, q
 
Constructor Summary
CurveRegistry.Prime256v1()
           
 
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 prime256v1.
Constructor Detail

CurveRegistry.Prime256v1

public CurveRegistry.Prime256v1()