de.flexiprovider.ec.asn1
Class Parameters

java.lang.Object
  |
  +--codec.asn1.ASN1AbstractType
        |
        +--codec.asn1.ASN1Choice
              |
              +--de.flexiprovider.ec.asn1.Parameters
All Implemented Interfaces:
codec.asn1.ASN1Type, java.lang.Cloneable, java.io.Externalizable, java.io.Serializable

public class Parameters
extends codec.asn1.ASN1Choice

This class represents a Parameter ASN.1 structure as defined in ANSI X9.62 - 1998. The ASN.1 definition of this structure is

  Parameters ::= CHOICE {
    ecParameters   ECParameters
    namedCurve     CURVES.&id({CurveNames})
    implicitlyCA   NULL
  }
 

Author:
Michele Boivin
See Also:
Serialized Form

Constructor Summary
Parameters()
          The default constructor adds the supported types to this choice.
 
Methods inherited from class codec.asn1.ASN1Choice
addType, checkConstraints, clear, decode, encode, getInnerType, getTag, getTagClass, getType, getValue, isExplicit, isType, setConstraint, setExplicit, setInnerType, toString, trimToSize
 
Methods inherited from class codec.asn1.ASN1AbstractType
getConstraint, isOptional, readExternal, setOptional, writeExternal
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parameters

public Parameters()
The default constructor adds the supported types to this choice.