getSignatureFilePath

open fun getSignatureFilePath(@NonNull processUUID: String, @NonNull signatureFileName: String): String

Gets the path of the signature file.

Return

String : path of the signature file, or null if the process or the signature file are not found.

Parameters

processUUID

String the process uuid.

signatureFileName

String the name of the signature file.