Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.asn.algorithms |
Modifier and Type | Field and Description |
---|---|
Curve |
ECParameters.curve |
Constructor and Description |
---|
ECParameters(ECPVer version_,
FieldID fieldID_,
Curve curve_,
com.objsys.asn1j.runtime.Asn1OctetString base_,
com.objsys.asn1j.runtime.Asn1BigInteger order_)
This constructor is for required elements only.
|
ECParameters(ECPVer version_,
FieldID fieldID_,
Curve curve_,
com.objsys.asn1j.runtime.Asn1OctetString base_,
com.objsys.asn1j.runtime.Asn1BigInteger order_,
com.objsys.asn1j.runtime.Asn1BigInteger cofactor_)
This constructor sets all elements to references to the
given objects
|
ECParameters(long version_,
FieldID fieldID_,
Curve curve_,
byte[] base_,
com.objsys.asn1j.runtime.Asn1BigInteger order_)
This constructor is for required elements only.
|
ECParameters(long version_,
FieldID fieldID_,
Curve curve_,
byte[] base_,
com.objsys.asn1j.runtime.Asn1BigInteger order_,
com.objsys.asn1j.runtime.Asn1BigInteger cofactor_)
This constructor allows primitive data to be passed for all
primitive elements.
|
Copyright © 2025. All rights reserved.