Interface EncryptionMaterialsAccessor

    • Method Detail

      • getEncryptionMaterials

        EncryptionMaterials getEncryptionMaterials​(Map<String,​String> materialsDescription)
        Retrieves encryption materials matching the specified description from some source.
        Parameters:
        materialsDescription - A Map whose key-value pairs describe an encryption materials object
        Returns:
        The encryption materials that match the description, or null if no matching encryption materials found.