DigitalSignature

DigitalSignature(byte[] certData, String password) constructor

Creates a new DigitalSignature object with the specified certificate.

Parameters

NameTypeDescription
certDatabyte[]a byte array containing the certificate
passwordStringPassword required to access certificate.

DigitalSignature(String filePath, String password) constructor

Creates a new DigitalSignature object with the specified certificate file path and password.

Parameters

NameTypeDescription
filePathStringPath to the file with certificate.
passwordStringPassword required to access certificate.