
com.sap.cloud.sdk.service.prov.api.connection.HashedData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
SAP Cloud Platform SDK for service development
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