Method | Description | |
---|---|---|
GetByName ( string name ) : |
||
GetByOid ( DerObjectIdentifier oid ) : |
||
GetName ( DerObjectIdentifier oid ) : string | ||
GetOid ( short curvesize, bool twisted ) : DerObjectIdentifier | ||
GetOid ( string name ) : DerObjectIdentifier |
Method | Description | |
---|---|---|
DefineCurve ( string name, DerObjectIdentifier oid, |
||
TeleTrusTNamedCurves ( ) : System.Collections |
public static GetByName ( string name ) : |
||
name | string | |
return |
public static GetByOid ( DerObjectIdentifier oid ) : |
||
oid | DerObjectIdentifier | |
return |
public static GetName ( DerObjectIdentifier oid ) : string | ||
oid | DerObjectIdentifier | |
return | string |
public static GetOid ( short curvesize, bool twisted ) : DerObjectIdentifier | ||
curvesize | short | |
twisted | bool | |
return | DerObjectIdentifier |
public static GetOid ( string name ) : DerObjectIdentifier | ||
name | string | |
return | DerObjectIdentifier |