CryptoSys API
Library Manual
Hash Class
Hash.AddData Method
(Byte[])
Adds a chunk of data in a byte array to be digested by the Hash object.
Hash.AddData Method
(String)
Adds a chunk of data in a string to be digested by the Hash object.
Hash.BytesFromBytes Method
Computes hash value in byte format of byte input
Hash.BytesFromFile Method
Computes hash value in byte format of a binary file
Hash.Dispose Method
Dispose of this object and clear any stored data.
Hash.Final Method
Computes final message digest for the Hash object.
Hash.HexFromBits Method
Computes hash value in hex format from bit-oriented input
Hash.HexFromBytes Method
Computes hash value in hex format of byte input
Hash.HexFromFile Method
Computes hash value in hex format of a binary file
Hash.HexFromHex Method
Computes hash value in hex format of hex-encoded input
Hash.HexFromString Method
Computes hash value in hex format of string input
Hash.HexFromTextFile Method
Computes hash value in hex format of a text file, treating CR-LF pairs as a single LF
Hash.Init Method
Initialises the Hash object ready for repeated incremental operations.
Hash.Instance Method
Create the one and only instance
Hash.LengthInBytes Method
Returns the number of bytes in the message digest for the given hash algorithm.
Hash.Reset Method
Resets the context of the Hash object.
Hash.ErrCode Property
[
Contents
] [
Index
]
[
PREV: General Class...
] [
Contents
] [
Index
]
[
NEXT: Mac Class...
]