de.flexiprovider.ec.parameters
Class CurveRegistry.BrainpoolP512r1

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

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

CurveRegistry.BrainpoolP512r1

public CurveRegistry.BrainpoolP512r1()