Class DigestAlgorithm
Inheritance
DigestAlgorithm
Assembly: PDFNet.dll
Syntax
public sealed class DigestAlgorithm
Constructors
DigestAlgorithm()
Declaration
Methods
CalculateDigest(Type, byte[])
Declaration
public static byte[] CalculateDigest(DigestAlgorithm.Type in_digest_algorithm_type, byte[] in_message_buf)
Parameters
Returns
SignDigest(byte[], Type, byte[], string)
Declaration
public static byte[] SignDigest(byte[] digest_buf, DigestAlgorithm.Type digest_algorithm_type, byte[] pkcs12_buf, string pkcs12_password)
Parameters
Returns
SignDigest(byte[], Type, string, string)
Declaration
public static byte[] SignDigest(byte[] digest_buf, DigestAlgorithm.Type digest_algorithm_type, string pkcs12_keyfile_path, string pkcs12_password)
Parameters
Returns