CryptoSys PKI Pro
Manual
Hash Class
Hash.BytesFromBytes Method
Create hash digest in byte format of byte input.
Hash.BytesFromFile Method
Create hash digest of a binary file.
Hash.Double Method
Create double hash, i.e. hash of hash, in byte format of byte input.
Hash.HexFromBytes Method
Create hash digest in hex format of byte input.
Hash.HexFromFile Method
Create hash digest in hex format of a binary file.
Hash.HexFromHex Method
Create hash digest in hex format of hex-encoded input.
Hash.HexFromString Method
Create hash digest in hex format of string input.
Hash.HexFromTextFile Method
Create hash digest in hex format of a text file, treating CR-LF (0x13, 0x10) pairs as a single LF (0x10).
Hash.Length Method
Return length of message digest output in bytes.
[
Contents
] [
Index
]
[
PREV: General Class...
] [
Contents
] [
Index
]
[
NEXT: Hmac Class...
]