io.github.jpmorganchase.fusion.digest.DigestProducer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fusion-sdk Show documentation
Show all versions of fusion-sdk Show documentation
A Java SDK for the Fusion platform API
package io.github.jpmorganchase.fusion.digest;
import java.io.InputStream;
import java.nio.ByteBuffer;
import java.util.List;
public interface DigestProducer {
DigestDescriptor execute(InputStream data);
DigestDescriptor execute(List digests);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy