Метод | Описание | |
---|---|---|
Encode ( |
||
GetIV ( ) : byte[] |
The IV for the key generation algorithm.
|
|
S2k ( HashAlgorithmTag algorithm ) : System | ||
S2k ( HashAlgorithmTag algorithm, byte iv ) : System | ||
S2k ( HashAlgorithmTag algorithm, byte iv, int itCount ) : System |
Метод | Описание | |
---|---|---|
GetIterationCount ( ) : long | ||
S2k ( Stream inStr ) : System |
public Encode ( |
||
bcpgOut | ||
Результат | void |
public S2k ( HashAlgorithmTag algorithm ) : System | ||
algorithm | HashAlgorithmTag | |
Результат | System |
public S2k ( HashAlgorithmTag algorithm, byte iv ) : System | ||
algorithm | HashAlgorithmTag | |
iv | byte | |
Результат | System |
public S2k ( HashAlgorithmTag algorithm, byte iv, int itCount ) : System | ||
algorithm | HashAlgorithmTag | |
iv | byte | |
itCount | int | |
Результат | System |