All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkmarx.sdk.utils.sca.fingerprints.SignatureCalculator Maven / Gradle / Ivy

There is a newer version: 0.6.16
Show newest version
package com.checkmarx.sdk.utils.sca.fingerprints;

import com.checkmarx.sdk.exception.ScannerRuntimeException;

import java.io.IOException;


public interface SignatureCalculator {
    CxSCAFileSignature calculateSignature(byte[] content) throws IOException, ScannerRuntimeException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy