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

com.qcloud.cos.model.MaterialsDescriptionProvider Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.model;

import java.util.Map;

/**
 * Interface for providing MaterialsDescription.
 */
public interface MaterialsDescriptionProvider {
    
    /**
     * Returns an unmodifiable view of the MaterialsDescription which the caller 
     * can use to load EncryptionMaterials from any {@link EncryptionMaterialsAccessor}
     * @return materials description.
     */
    public Map getMaterialsDescription();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy