Method | Description | |
---|---|---|
CreateEngine ( |
||
CreateEngine ( |
||
CreateEngine ( string algorithm ) : object | ||
GenerateAlgorithmParameters ( |
||
GenerateAlgorithmParameters ( string algorithm, byte salt, int iterationCount ) : |
||
GenerateCipherParameters ( |
||
GenerateCipherParameters ( |
||
GenerateCipherParameters ( |
||
GenerateCipherParameters ( string algorithm, char password, |
||
GenerateCipherParameters ( string algorithm, char password, bool wrongPkcs12Zero, |
||
GetEncodingName ( |
||
GetObjectIdentifier ( string mechanism ) : |
Returns a ObjectIdentifier for a give encoding.
|
|
IsOpenSsl ( string algorithm ) : bool | ||
IsPbeAlgorithm ( string algorithm ) : bool | ||
IsPkcs12 ( string algorithm ) : bool | ||
IsPkcs5Scheme1 ( string algorithm ) : bool | ||
IsPkcs5Scheme2 ( string algorithm ) : bool |
Method | Description | |
---|---|---|
EndsWith ( string s, string ending ) : bool | ||
MakePbeGenerator ( string type, IDigest digest, byte key, byte salt, int iterationCount ) : |
||
PbeUtilities ( ) : System |
public static CreateEngine ( |
||
algID | ||
return | object |
public static CreateEngine ( |
||
algorithmOid | ||
return | object |
public static CreateEngine ( string algorithm ) : object | ||
algorithm | string | |
return | object |
public static GenerateAlgorithmParameters ( |
||
algorithmOid | ||
salt | byte | |
iterationCount | int | |
return |
public static GenerateAlgorithmParameters ( string algorithm, byte salt, int iterationCount ) : |
||
algorithm | string | |
salt | byte | |
iterationCount | int | |
return |
public static GenerateCipherParameters ( |
||
algID | ||
password | char | |
wrongPkcs12Zero | bool | |
return | ICipherParameters |
public static GenerateCipherParameters ( |
||
algorithmOid | ||
password | char | |
pbeParameters | ||
return | ICipherParameters |
public static GenerateCipherParameters ( |
||
algorithmOid | ||
password | char | |
wrongPkcs12Zero | bool | |
pbeParameters | ||
return | ICipherParameters |
public static GenerateCipherParameters ( string algorithm, char password, |
||
algorithm | string | |
password | char | |
pbeParameters | ||
return | ICipherParameters |
public static GenerateCipherParameters ( string algorithm, char password, bool wrongPkcs12Zero, |
||
algorithm | string | |
password | char | |
wrongPkcs12Zero | bool | |
pbeParameters | ||
return | ICipherParameters |
public static GetEncodingName ( |
||
oid | ||
return | string |
public static GetObjectIdentifier ( string mechanism ) : |
||
mechanism | string | A string representation of the encoding. |
return |
public static IsOpenSsl ( string algorithm ) : bool | ||
algorithm | string | |
return | bool |
public static IsPbeAlgorithm ( string algorithm ) : bool | ||
algorithm | string | |
return | bool |
public static IsPkcs12 ( string algorithm ) : bool | ||
algorithm | string | |
return | bool |
public static IsPkcs5Scheme1 ( string algorithm ) : bool | ||
algorithm | string | |
return | bool |
public static IsPkcs5Scheme2 ( string algorithm ) : bool | ||
algorithm | string | |
return | bool |