public class ECNamedCurveTable
Public Class ECNamedCurveTable
public ref class ECNamedCurveTable
Org.BouncyCastle.Asn1.X9.ECNamedCurveTable = function();
Type.createClass(
'Org.BouncyCastle.Asn1.X9.ECNamedCurveTable');
ECNamedCurveTable | Initializes a new instance of the ECNamedCurveTable class |
Names | Enumerate the available curve names in all the registries. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetByName | Look up the X9ECParameters for the curve with the given name. |
GetByNameLazy | Look up an X9ECParametersHolder for the curve with the given name. |
GetByOid | Look up the X9ECParameters for the curve with the given OID. |
GetByOidLazy | Look up an X9ECParametersHolder for the curve with the given OID. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetName | Look up the name of the curve with the given OID. |
GetOid | Look up the OID of the curve with the given name. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |