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

com.sap.cloud.sdk.service.prov.api.connection.HashedData Maven / Gradle / Ivy

The newest version!
package com.sap.cloud.sdk.service.prov.api.connection;

/**
 * Interface that allows to access the raw CSN model and its corresponding SHA-1
 * hash. The assumption is, that two models are equal in case their hashes are
 * equal. That assumption allows to reuse cashed models for different tenants.
 *
 */
public interface HashedData {
	String getHash();

	byte[] getData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy