Method | Description | |
---|---|---|
GetEncodingName ( DerObjectIdentifier oid ) : string | ||
GetObjectIdentifier ( string mechanism ) : DerObjectIdentifier |
Returns a ObjectIdentifier for a give encoding.
|
|
GetSigner ( DerObjectIdentifier id ) : ISigner | ||
GetSigner ( string algorithm ) : ISigner |
Method | Description | |
---|---|---|
SignerUtilities ( ) : System |
public static GetEncodingName ( DerObjectIdentifier oid ) : string | ||
oid | DerObjectIdentifier | |
return | string |
public static GetObjectIdentifier ( string mechanism ) : DerObjectIdentifier | ||
mechanism | string | A string representation of the encoding. |
return | DerObjectIdentifier |
public static GetSigner ( DerObjectIdentifier id ) : ISigner | ||
id | DerObjectIdentifier | |
return | ISigner |
public static GetSigner ( string algorithm ) : ISigner | ||
algorithm | string | |
return | ISigner |