Method | Description | |
---|---|---|
Digest ( ) |
The default constructor for Digest. The default constructor for Digest. |
|
Digest ( |
||
GetAlgorithm ( ) : |
||
GetValue ( ) : byte[] | ||
SetAlgorithm ( |
||
SetValue ( byte value ) : void |
public Digest ( |
||
algorithm | ||
value | byte |
public SetAlgorithm ( |
||
algorithm | the algorithm to set | |
return | void |
public SetValue ( byte value ) : void | ||
value | byte | the value to set |
return | void |