Method | Description | |
---|---|---|
GetAlgorithmName ( |
||
GetCipher ( |
||
GetCipher ( string algorithm ) : IBufferedCipher | ||
GetObjectIdentifier ( string mechanism ) : |
Returns a ObjectIdentifier for a give encoding.
|
Method | Description | |
---|---|---|
CipherUtilities ( ) : System | ||
GetDigitIndex ( string s ) : int |
public static GetAlgorithmName ( |
||
oid | ||
return | string |
public static GetCipher ( |
||
oid | ||
return | IBufferedCipher |
public static GetCipher ( string algorithm ) : IBufferedCipher | ||
algorithm | string | |
return | IBufferedCipher |
public static GetObjectIdentifier ( string mechanism ) : |
||
mechanism | string | A string representation of the encoding. |
return |